the error result which tells me 55440 * 13 = 720719Oh, okay I tried to compile on visual studio 2010 this time and it complains: [code] ------ Build st...
the error result which tells me 55440 * 13 = 720719I'm on linux, compiling with g++. During compilation I get this warning: [code] test2.cxx: In functi...
Store user input to char arrayThanks a lot, that worked! (I'm on linux btw) For anyone with same problem, use this function: [co...
Store user input to char arrayThanks for reply. I added a function to handle input and made the program C-style only. Thought I do...
Private Class membersI guess objects can have same name as their class, just like: [code] int int; char char; char int; ...
This user does not accept Private Messages