User profile: Hotaru

User info
User name:Hotaru
Name:Uematsu Miyuki
History
Joined:
Number of posts:31
Latest posts:

Hey guys can u pls help me out last 1 i promise
[code] // pseudocode = yes // Like perl people say, there's more than 1 way to do it // and I use...

Free c++ compilers
http://www.openwatcom.org/index.php/Main_Page is another.

Capture Results from System()?
You should consider using a .bat file instead of a C++ program. If you install Cygwin, you can use f...

FTP
http://filezilla.sourceforge.net/

for loops and arrays
float Denominator[Dsize]; float Numerator[Nsize]; You must use a fixed number. The array size can'...