User profile: audioace

User info
User name:audioace
Name:Adam
Bio:I'm a newbie programmer. Looking to actually try and learn C and C++. I would like to try Python while I am at it. I am NOT proficient in any of the languages, yet.
Statistical data
Birthdate:Aug 9, 1988
Occupation:Student
Skills:C
C++
Visual Basic
Python
History
Joined:
Number of posts:12
Latest posts:

Trouble with array...
[code] int j[5]; int n, i; i = 0; for (n = 0; n < 5; ++n) { j[n] = 100 - i;...

books. 6th or 7th edition
If you are going to learn that way, then I would say keep the 6th edition and use the free tutorial ...

Help with Files in c++
Firstly, I think you have two problems with the first code. You need [code] if(!myFile.is_open())[/...

I need someone to fix this please!
@ChosenTorture, yeah, I was wondering about the [code]true[/code] pieces in the while statements, bu...

Confusion Regarding the Behavior of get() Function
Again, no expert, but i would say it is from the properties of the get() function. The get() functi...