mostafadotnet 18 Junior Poster

It depends on many factors, but I can recommend you some pieces of software and some pieces of advanced software:
First, if you are inexperienced, which seems to be true, take a look at http://www.3dgamestudio.com/.
This game engine plus its useful tools will help you get your hands dirty while producing commercial quality games. It is somehow cheap and uses C-script which is somehow like C/C++.
Second, after getting some experience designing and developing games, I recommend you to switch to Python (as the programming/scripting language) and Crystal Space 3D (as the game engine/resource manager) and Blender 3D (as the world/model editor). You can also use Gimp as a good image editor/manipulator.

Good luck designing and developing games...!

mostafadotnet 18 Junior Poster
mostafadotnet 18 Junior Poster
peter_budo commented: Nice links +7
mostafadotnet 18 Junior Poster

take a look at:
http://www.w3schools.com/ajax/default.asp
http://www.prototypejs.org/
http://sourceforge.net/projects/glm-ajax/

and also search it yourself in google and iy provides you with amazing things, really!

Good luck.

mostafadotnet 18 Junior Poster
mostafadotnet 18 Junior Poster

This may be a good source of information for your problem but I'm not sure.
http://www.microsoft.com/technet/technetmag/issues/2007/02/Troubleshooting/default.aspx

Good luck.

Duki commented: nice link +4
mostafadotnet 18 Junior Poster

Hi Croft .L,
This is the code:

BODY {SCROLLBAR-FACE-COLOR: #D4D0C8; SCROLLBAR-HIGHLIGHT-COLOR: #999999; SCROLLBAR-SHADOW-COLOR: #999999; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR:  #000000; SCROLLBAR-TRACK-COLOR: #E3E3E3; SCROLLBAR-DARKSHADOW-COLOR: #666666; }

Good luck.

Croft .L commented: Very Helpful! +2
mostafadotnet 18 Junior Poster

Hi wheelz,
You should check the input with While loop.It's something like this:

while((cin >> letter) != '0')
{
       Your switch statement;
       And so... .;
}

Good luck.

Salem commented: Succinct and to the point - Salem +2
mostafadotnet 18 Junior Poster

Hi all,
After all,take a look at this:
http://en.wikipedia.org/wiki/RSA

Good luck.

mostafadotnet 18 Junior Poster

Hi gampalu,
http://c-faq.com/~scs/cclass/

The notes on these pages are for the courses in C Programming I used to teach in the Experimental College at the University of Washington in Seattle, WA.

This is the first lines of that page.
Good luck.

mostafadotnet 18 Junior Poster

Hi all,
Good answer,WolfPack [thanks].
First read this:http://www.mega-tokyo.com/osfaq2/
Then go for this:http://www.osdev.org/
And this:http://www.osdever.net/
And post your questions here and in http://www.mega-tokyo.com/forum/ forum.

You should know assembly and C inorder to write an operating system.
Ask your questions here if you have any.

Good luck.

mostafadotnet 18 Junior Poster

Hi govinda.attal,
This means nothing.

andor commented: Thats wright (by andor) +2
mostafadotnet 18 Junior Poster

Hi Kadaj,
Try this:
http://www.amqrp.org/elmer160/lessons/index.html
It would really help.
Also download MPLAB from microchip's web site.
And do make uJDM(microJDM) programmer for using 16f84a popular PIC.
It can be easily found using google.

Good luck.

mostafadotnet 18 Junior Poster

Hi all,
There is a function in string.h library called

strcmp(str1, str2);

which can be used to compare two strings against each other.
It returns 0 if two strings are equal and return non-zero if they're different.

Good luck.

mostafadotnet 18 Junior Poster

Hi Mushy-pea,
This is the best guide found on the planet for linux API.
http://www.advancedlinuxprogramming.com/alp-folder

Go to the folder and download all the PDFs and start learning.
That's all.

Good luck.

Grunt commented: Good-[Grunt] +1
mostafadotnet 18 Junior Poster

Hi all,
I'm using Dev-C++ but it's editor is not efficient.So,I use Notepad2 which is the best syntax highlighter around.
http://www.flos-freeware.ch/notepad2.html