C++ chat program, How to start?
-
Hello everybody I want to start to programming a C++ chat small application. It my project. Now I want to know what should I know? From to start? How to start? what I need? All what I have now is visual C++ express and little c++ langauge experience. I know also that I have to make server code and client code. Any one could guid me to some site where I might get help regarding my project? Tahnks alot Ajmi
-
Hello everybody I want to start to programming a C++ chat small application. It my project. Now I want to know what should I know? From to start? How to start? what I need? All what I have now is visual C++ express and little c++ langauge experience. I know also that I have to make server code and client code. Any one could guid me to some site where I might get help regarding my project? Tahnks alot Ajmi
moloza wrote:
All what I have now is visual C++ express and little c++ langauge experience.
Which is a big indicator that you should probably start with something a little less ambitious. It's not my intention to burst your bubble, or thwart your desire to learn, but going about this project without even knowing where to start is akin to going up to the plate with two strikes against you (baseball analogy). It's going to be hard to pull it off.
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"We will be known forever by the tracks we leave." - Native American Proverb
-
moloza wrote:
All what I have now is visual C++ express and little c++ langauge experience.
Which is a big indicator that you should probably start with something a little less ambitious. It's not my intention to burst your bubble, or thwart your desire to learn, but going about this project without even knowing where to start is akin to going up to the plate with two strikes against you (baseball analogy). It's going to be hard to pull it off.
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"We will be known forever by the tracks we leave." - Native American Proverb
DavidCrow wrote:
plate with two strikes against you (baseball analogy).
:)
--[V]--
-
moloza wrote:
All what I have now is visual C++ express and little c++ langauge experience.
Which is a big indicator that you should probably start with something a little less ambitious. It's not my intention to burst your bubble, or thwart your desire to learn, but going about this project without even knowing where to start is akin to going up to the plate with two strikes against you (baseball analogy). It's going to be hard to pull it off.
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"We will be known forever by the tracks we leave." - Native American Proverb
DavidCrow wrote:
(baseball analogy)
Somewhat incomplete though. More like going to the plate "for the first time ever" already having two strikes.
"What classes are you using ? You shouldn't call stuff if you have no idea what it does" Christian Graus in the C# forum led mike