Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~3K People Reached
Favorite Forums
Favorite Tags
c++ x 21

7 Posted Topics

Member Avatar for Ertzel

I'm working on a Chat program using a server and clients. I have all of that working fine but now I'm trying to setup accounts for the server to use and I'm having problems with checking if the password entered on login matches the password for the account. When the …

Member Avatar for Ertzel
0
147
Member Avatar for Ertzel

I'm trying to get a players name from a file on their computer and then display that name onto a Label on my chat program. This Label is also used when sending messages to the server in order to display the persons name with their message. The problem I'm having …

Member Avatar for Ertzel
0
206
Member Avatar for Adil_

first, in Main.cpp replace [CODE]crossroads();[/CODE] with [CODE]Crossroads();[/CODE] then in bool Crossroads() replace [CODE] while (choice !=0){[/CODE] with [CODE]if (choice == 0){[/CODE]

Member Avatar for asasasasasa
0
161
Member Avatar for Ertzel

I'm trying to create a Chat program for people to talk to each other through. So far I have it so multiple clients can connect to the server and send/receive messages to/from the server. The problem I'm having is because of the way Clients that are connected to the server …

Member Avatar for template<>
0
1K
Member Avatar for Ertzel

I am trying to use the Net User command from the cmd in my C++ program. I have this... [CODE]char acUserName[100]; DWORD nUserName = sizeof(acUserName); if (GetUserName(acUserName, &nUserName)){ cout << "User Name: " << acUserName << endl; system("Net User"); }[/CODE] This displays the User Name on the screen and then …

Member Avatar for Ertzel
0
147
Member Avatar for Ertzel

Hello DaniWeb community. I have been reading these forums for a while now looking through the C++ section and finally decided to make an account and join the community. Online everywhere I go by the name Ertzel, not sure why, its a random name I got through a random generator …

Member Avatar for jingda
0
300
Member Avatar for Ertzel

First of all, sorry if my title is not all that descrptive and if this has already been answered, I looked around but did not find it so I decided to make my first post/thread. I am working on a little offline game right now and what I'm trying to …

Member Avatar for Ertzel
0
1K

The End.