User profile: fud lite

User info
User name:fud lite
Name:Phil Elm
Location:Edmonton, Alberta
History
Joined:Feb 28, 2009 at 7:05am
Number of posts:3
Latest posts:

C++ won't compile multiple source files
This works for me. Hope it helps. [code] //main.cpp #include <cstdlib> #include <iostream> #i...

retrieving data from a file.
I think your problem is that you arent converting the text from the file into ints or doubles. H...

Executing a process by filename and forcing PID
Hi! I'm writing a program that will basically execute a program, and then kill it later upon the use...