View Single Post
Old 03-31-2008, 05:53 AM   #3 (permalink)
diroga
Platinum Member
 
diroga's Avatar
 
Join Date: Mar 2005
Location: WA,USA
Posts: 845
Default

Quote:
Originally Posted by Angel_Of_Death View Post
i've been hoping to find a program to practice C++ at home on my own. is there anywhere on the internet that i might find a good program to practice in?
What do you mean by "program to prace in"? Are you talkin about an Intigrated Development Enviroment or a text editor? For an IDE I would recomend Eclipse with the C++ plugin. Eclipse has more features than Dev C++.

As for doing C++ then Java, you could skip C++ and just start reading about Java. They are the same for procedural elemets, however, the data type are different. They are also similar in OOP but java takes differnt aproches.
__________________
All removed by apj101 as related to hacking which is against forum rules

apj101 didn't read them ...
diroga is offline   Reply With Quote