View Single Post
  #2 (permalink)  
Old December 15th, 2006, 08:56 AM
Geo121 Geo121 is offline
Friend of Wrox
 
Join Date: Jan 2006
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to Geo121
Default

hello

In order to program in C++ you do not need any software but there are some recomended features

First I will give you a link to the best C++ guide I have found for beginners

http://newdata.box.sk/bx/c/index.htm

This is an E-Book of Teach Yourself C++ in 21 days

each chapter is seperated into a day in which a beginner can work one day at a time easily

This book is extremely good about telling you principles and programming practices in C++

now this book only teaches primitive coding so once you are finished with this book

let me know so you can start programming windowed apps and graphic apps

but lets not get too far ahead of ourselves

considering you are a beginner I would say you should use the Borland compiler and type code in notepad

just google it and something should pop up

If you have problems figuring out how to use it just ask

Once you have become aquanted with the compiler you can start using an IDE

I would suggest Bloodshed's Dev-C++ IDE

It installs with everything you need to code, compile, execute and debug your code

heres the link for it :

http://www.bloodshed.net/devcpp.html

download version 5 beta

let me know if you have anymore questions or concerns

~ Sincerely

~ Geo

 ~ You are unique, just like everyone else
Reply With Quote