User profile: LowestOne

User info
User name:LowestOne
Location:Massachusetts, USA
Bio:First year C++ student. Using knowledge to make modding a game easier.
History
Joined:
Number of posts:895
Latest posts:

Dynamic Allocation Issue
If I was your teacher I would be pissed that your living things are locations. How do they move? L...

Check If File Exists, If Not Create Blank Doc - Windows
http://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx

Easy way to create large data files?
A google result for "list of companies": http://www.sec.gov/rules/other/4-460list.htm Simple enough...

Im learning java, do they have a forum as simple and easy going as this one
Java has templates, though they are called generics: [code]Vector<Integer> vect = new Vector<Integer...

Overloading the << operator
This should help: http://www.cplusplus.com/forum/beginner/11449/