View Single Post
  #3 (permalink)  
Old 07-25-2007, 09:13 PM
HelloWorld's Avatar
HelloWorld HelloWorld is offline
PT Admin
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,119
iTrader: (0)
HelloWorld is a jewel in the roughHelloWorld is a jewel in the roughHelloWorld is a jewel in the rough
I'm looking for the C++ standard APIs so what I know what to import if I wanted to use a certain feature such as Random number generator (in java we have to import java.util.Random)...???

However, I'm not sure whether VS2005 supports function as Eclipse for Java where it will help you choose and import a certain things based on the keywords that you declared. For example:

Code:
Random r = new Random();
In Eclipse, we can put our cursor to Random keyword that we typed, and press CTRL+SHIFT+M to import java.util.Random from JDK. So we don't have to remember thousands of classes name lol...

P.S I'm new at VS2005 XD

__________________
PHP Code:
System.out.println("Hello World!"); 

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote