User profile: jfolk

User info
User name:jfolk
Email:jfolk@powerheadgames.com
Name:James Folk
Location:Setauket, NY
Website:http://www.gameprogrammerart.com
Bio:I have programming in c++ for a little over 13 years.
Currently I work as a game programmer for a third party, Nintendo DS developer.
Statistical data
Birthdate:Apr 12, 1977
Gender:Male
Occupation:Programmer
Skills:C
C++
Visual Basic
Perl
Java
History
Joined:
Number of posts:6
Latest posts:

Problem with input
i guess it could, but why? use this to check if the input is numeric. http://www.cplusplus.com/r...

Problem with input
use atoi function. I think that is in stdlib.h [code] char c_input[64]; //input with max of 64 ch...

Problem with input
define the input as a character then convert it to an integer.

Array or Vector Information
Change: [code] if(userName != "quit") csvData = csvData + "\\\\Serverapp16\\g$\\PSTs\\" + use...

Array or Vector Information
Try this... [code] #include <cstdlib> #include <iostream> #include <fstream> using namespac...