User profile: Lynx876

User info
User name:Lynx876
Name:Dave
Location:UK
Website:http://sites.google.com/site/davevisone/
History
Joined:
Number of posts:561
Latest posts:

Alphabetical sort of vector - struct.
It's a bool function. so; [code]return 1 < 3;[/code] Would be true. (: [b]Edit[/b]: It must have ...

Alphabetical sort of vector - struct.
wow, and just like that! It works! I changed lines 21 and 22 in compareByWord, to: [code]return ( l...

Alphabetical sort of vector - struct.
Hello again cplusplus.com! As the title suggests, I'm trying to sort a vector by the std::string na...

Random number fun.
Create a loop. Each iteration [code]int rndNum = rand();[/code] etc.

How to exit an iteration (for loop)
[b][i]LB[/i][/b] [i]wrote[/i]: [quote][b][i]Lynx876[/i][/b] [i]wrote[/i]: If anything, this program ...