User profile: Lowest0ne

User info
User name:Lowest0ne
Old user name:LowestOne
Location:Massachusetts, USA
History
Joined:
Number of posts:1501
Latest posts:

Linking in VS 2013
Thanks. While putting together some answers I got it to link dynamically. I had a 32bit project, b...

Linking in VS 2013
I recently got Windows 7 and I can't get visual studio to link for the life of me. Trying to get ...

Fisher-Yates Shuffle?
Well, at least your instructor is getting you right into the STL ( via vectors ).

c string program
You need a while loop and a switch statement: http://www.cplusplus.com/doc/tutorial/control/#while h...

c string program
Are you "allowed" to use the functions contained in [code]<cstring>[/code]? Everything you need is ...