In this post i’ve explained some of the differences between session bean and entity bean. [Read more…]
Developing C/C++ programs under ubuntu
I already covered how to write c++ programs in linux. But in that article, i didn’t mentioned about how to install compilers and stuff. So this post will cover how to install compilers in ubuntu and to write, compile and run program. [Read more…]
WINBGIm Graphics
Previously, I’ve discussed installation & configuration of Winbgim with Dev-C++ here. As devpaks for Winbgim are released, things are now much better than before. This article is designed to help you create graphics programs using WINBGIm and DEV-C++. [Read more…]
C++ under linux
There are plenty of ways with which you can do C++ programming under linux. You can use mdern IDE’s or use VI/Emacs to create C++ program files then can even use gcc on terminal to compile and execute C++ files.Let’s discuss the simple way to create programs under linux. [Read more…]
Getting Answers : C++
If you’re C++ programmer and you’ve some problem regarding it then there are plenty of resources to receive help . You can even keep your C++ knives sharp by joining some of the forums or groups to help others and learn something new from it. [Read more…]
Dev-C++ & OpenGL
This tutorial is for those who want to get started with OpenGL using Dev-C++. OpenGL is open graphics library created by silicon graphics. It is the specification of some functions that let you draw some shape on the screen.This article makes use of library called GLUT,that works [Read more…]
Dev-C++ & Graphics
Creating 2D graphics programs under DOS is easy if you’re using [turbo c]. There is library file called graphics.h that does the tiresome work for you. But unfortunately this library is borland specific you can’t use it on other compilers. [Read more…]
Creating Standalone Graphics Programs for Turbo C++
I have already writtern some Turbo c++ graphics articles in two part series (1 & 2)this article will cover it up as creating stand alone for the programs we have written in previous articles. [Read more…]
How To : Create Standalone Executable for Matlab File
Matlab is high performance interactive system that allows technical computation,analysis & program developement for engg.students. It is very easy to learn matlab,it takes just few hours to get arround it. [Read more…]
MinGW in easy steps
If you are in search of free compiler to execute your C++ programs then MinGW is good choice.MinGW offers command line version of the compiler,if you are not comfortable with command-line style compiler then you can use Dev-C++,which uses MinGW internally.This guide explains the installation & execution of MinGW under windows platform. [Read more…]