User profile: techie07

User info
User name:techie07
Email:techie07@gmail.com
Name:Gorav Singal
Location:Noida
Website:http://www.kgsepg.com
Bio:Software Engineer
History
Joined:
Number of posts:18
Latest posts:

Socketing
See some good links: http://www.kgsepg.com/project-id/12881-tcp-ip-socket-programming http://www.kg...

sprintf Question
sprintf functions returns and int, and what it is doing is assigning value of filler.getTimesUsed() ...

Help with functions and classes
Check your function declarations: void displayExchange(char& ch, double& num) const; void outputType...

Help
You can use getch() to input single character, which will not be displayed over screen. ch = getch()...

How to alter Chars within Strings with Vectors
Iterate over vector: for (vector<string>::iterator itr = names.begin(); itr != names.end(); ++itr) {...