User: tolga gerekci

  • Public profile

User profile: tolga gerekci

User info
User name:tolga gerekci
History
Joined:
Number of posts:66
Latest posts:

Linker Error-Network Program
You must link ws2_32.lib library file(winsock2) . because all of winsock functions are inside of tha...

My first program with if/else
Its trying to find a variable called Y because you didn't put ". If you put ", it will take that val...

My first program with if/else
Line 87 and 94? Can you post your final code? And put comment in lines you get error. And please ple...

My first program with if/else
In if, use == for compare. But otherwise, use =(single) for assigning. VarType var; var = value;...

Need help with adding to and searching through a list.
1) Use getline instead of cin. 2) Separate first name and last name variables, so you can use ful...

This user does not accept Private Messages