User: ReedTompkins

  • Public profile

User profile: ReedTompkins

User info
User name:ReedTompkins
History
Joined:
Number of posts:26
Latest posts:

Compiling gives expected primary-expression before âfoutâ
Hi Jade, Your problem is because you are using cin >> (line 25) and getline (line 39). Problems c...

What is a fast sorting algorithm?
Hi Simon, Why not share your code/algorithm with us? It'd be interesting to compare your solution...

Compiling gives expected primary-expression before âfoutâ
Sorry, vlad, I wasn't clear - in my opinion, it is very strange to put function prototypes in main. ...

Compiling gives expected primary-expression before âfoutâ
Hi Jade, Your error messages indicate there is a problem with lines 23 and 24: [code] gener...

for, dowhile, and while problem.
Consider how a for loop is formatted. [code]for( initialization ; condition ; variable update)[/cod...

This user does not accept Private Messages