is this a typo in C++ for dummies?Oh I think I understand now.This must be cause of the last line [code]realmessage->replace(4, 3, "a...
is this a typo in C++ for dummies?[quote]Can someone explain to me what this line is for in this program? (*realmessage)[6] = 'i';[/qu...
Trouble inputting loops into file then reading the file[quote]it only outputs the last user id and quizzes I enter.[/quote] Since you do not store or write...
breaking out of a while loop without using break [code] number = rand_function(2); //number now equals 2 [/code] number equals to 0 actually.Di...
Trouble with programOk let's go through some things here. First of all you are using the variable digits but you haven't...