User profile: herbert1910

User info
User name:herbert1910
Name:herbert1910
History
Joined:
Number of posts:48
Latest posts:

teacher is looping my while-switch by inputing a char.
oh man. i just tried it. checking for error isn't enough. the buffer has to be flushed somehow.

Printing primes using the seive method
i don't understand variable l. you don't appear to need it in count() or strike(). and in print() yo...

Selection Sort for Multidimensional Array
derik001, if you print out after the first column sort, you will notice the middle and last column d...

cannot identify error....
you forgot: [code]clientele[size] = item;[/code] i hear [code]cin >>[/code] and [code]cin.getlin...

Solving Patterns w/ arrays. Well, trying.
you have some trouble in CreateNextNumber(). reiheNumber[i+1] was always zero, so the count never...