User profile: metl wolf

User info
User name:metl wolf
Name:Jack
Location:Maryland
Bio:Amatuer C++ programmer.
Currently reading a couple books on C++ programming.
Been programming in general for about 2-3 years.
Started getting serious about C++ programming around Christmas time of 2010.
Statistical data
Gender:Male
Occupation:Other
Skills:C++
Java
DOS
History
Joined:
Number of posts:68
Latest posts:

inter-process or inter-program communication on linux?
this is a C question.. and this might not be a great place to ask, but i used to post alot on this f...

Looking for a good quant-oriented c++ book.
'C++ for dummies'? or 'C++ all-in-one-desktop-reference for dummies'? good C++ books in my opinion, ...

Programming Project Help
instead of making menuChoice an int, why not make it a char and test it like this: [code]bool Menu:...

skiping duplicate entries in a program
yay, i think i fixed it. the [code]break;[/code] for the loop to check for duplicates wasnt placed i...

File EOF with empty last line of file
@computergeek01 the answer you posted for OP sorted out a bug with a program i've been working on, ...