by sselasky1
Functions and classes
|
|
[2 replies] Last: Thanks for the help. I have been reading, just having a hard time und... (by sselasky1)
|
by jimmy5023
how to loop exceptions
|
|
[1 reply] : This isn't the best way to validate input. I would say try...catch i... (by Zeillinger)
|
by DivinFalcon
Problems with pointers.
|
|
[1 reply] : On line 4, you move a to point to one byte before the start of thr str... (by LB)
|
typedef Vector |
|
[1 reply] : It's a typedef. That line is defining the name Vector to be an alias t... (by filipe)
|
Initializing const fields in virtual parent class from constructor in the inherited classes |
|
[4 replies] Last: Awesome that worked!! Thanks hamsterman, for that solution. For some r... (by maheshravishankar)
|
by qwesr
Need help with a random number game
|
|
[7 replies] Last: No problem. Good luck and have fun! :D (by GodPyro)
|
Help with initialization |
|
[2 replies] Last: Thanks for the quick reply, I really appreciate it. (by Aperture Panda)
|
by pooshi
sprintf Question
|
|
[3 replies] Last: Thanks for your reply. I will see what I can do. (by pooshi)
|
by DoTTGaMMa
FillConsoleOutputCharacter Unicode characters
|
|
[4 replies] Last: oh you smart cookie :D Thanks, I got it working now, and yeah you wer... (by DoTTGaMMa)
|
check this out please |
|
[5 replies] Last: You need to change the * to an & on lines 11 and 28, not just 28 by ... (by LB)
|
by victor43
How to append a character starting from the end of a file
|
|
[4 replies] Last: Thanks for all the suggestions I will take a look at the available opt... (by victor43)
|
by jimmy5023
translating into c++ langagues.
|
|
[17 replies] Last: You're welcome :) (by GodPyro)
|
by qwesr
Need help with a random number game
|
|
[1 reply] : I think you forgot the curly braces after your while around all those ... (by Albatross)
|
by Makarintosh
(Each undeclared identifier is reported only once for each function it appears in.)
|
|
[3 replies] Last: thanks im using arrays now but have a problem adding elements to it, l... (by Makarintosh)
|
plz help me and fast |
|
[2 replies] Last: For 3x3 matrix use const int maxRows = 3; const int maxCols = 3; ... (by salmanhassankhan1)
|
by mark103
Cannot check menu items checked isn't correctly
|
|
[5 replies] Last: Because that's I want to check the menu items from form2 event I am no... (by mark103)
|
by tsheppard
Converting and reading data from winsock2 recv buffer
|
|
[2 replies] Last: Perfect ..... thanks so much, that was a lot easier than I thought it ... (by tsheppard)
|
by Acr
vector difference non-unique
|
|
[1 reply] : The two vectors are sorted from low to high; if you can rely on this,... (by Moschops)
|
by qwerty23
How to delete cells value?
|
|
[1 reply] : Might want to ask in a visual basic forum (by LBEaston)
|
by Sputnik
Quicksort Code?
|
|
[no replies]
|