Thread: C++ Beginner
View Single Post
Old 08-04-2009, 04:20 AM   #8 (permalink)
kmote
 

Join Date: Jul 2005

Location: England

Posts: 2,198

kmote has a spectacular aura aboutkmote has a spectacular aura about

Default Re: C++ Beginner

Honestly the easiest way to just put hello world on the screen is off the command line (but start with C it's a much nicer language). Download mingw and use
gcc -Wall hello_world.c -o HelloWorld.exe

I forget how mingw is packaged these days so if it is a zip you will have to extract this and then modify your path environment variable. This can be done through control panel -> system -> advanced -> environment variables.
__________________
MSI P43 Neo|Enermax Pro82+ 425W|E5200|silent 8500GT|250GB Samsung spinpoint F1|Samsung SATA DVD RW|4GB Corsair|Antec SOLO|openSUSE11


There are in order of increasing severity: lies, darn lies, statistics, and computer benchmarks. - diskinfo man page
kmote is offline