by niktitanik
Simulating offset operator in a c++ class
|
|
[2 replies] Last: Thank you very much, I have to study these tutorials further. (by niktitanik)
|
by Phluxxx
filling a 2D array with 'o' at random locations
|
|
[5 replies] Last: ah, missed that, cool. yes, using standard language names as variabl... (by jonnin)
|
by badboy1245
finding letters in a word
|
|
[4 replies] Last: thanks a million gunnerfunner. that's all i need to know... keep up th... (by badboy1245)
|
by Phluxxx
2D Arrays
|
|
[5 replies] Last: you have to test to see if you are on an edge OR you can cheat and al... (by jonnin)
|
by sht1231
how to initialize char array
|
|
[2 replies] Last: actually "a" is 2 characters, {'a', 0} 'a' is one char. you can't... (by jonnin)
|
by Phluxxx
Programming Assignment (1,2)
|
|
[33 replies] Last: When iterating over the board, you shouldn't be using MAX_BOARD as the... (by dhayden)
|
by FlareM
Cat and mouse Problem
|
|
[3 replies] Last: You could look at: http://www.cplusplus.com/doc/tutorial/structures/ (by keskiverto)
|
by rrush1
Trying to read data from a file display it and the write it into a new txt file.
|
|
[6 replies] Last: Glad to help, but in the future you might get quicker answers in the b... (by newbieg)
|
problem with a c++ project |
|
[2 replies] Last: @Bdanielz i wish i could reach through the screen and hi5 you (by nostalgiaultra)
|
by Phluxxx
Help with finding # of rows.
|
|
[4 replies] Last: You have to open the file and count the number of lines, you can then ... (by SamuelAdams)
|
by MojoJo
Using a loop to convert integer to asterisk
|
|
[4 replies] Last: I just want to look at your code really quick, just to give suggestion... (by newbieg)
|
by The Snowman
How many digits are in a number?
|
|
[4 replies] Last: Yea, what they said... if you handle the garbage and don't allow leadi... (by jonnin)
|
by polklk
Simple hash algorithm
|
|
[17 replies] Last: you are not an idiot, we all went thru our learning period. Glad to h... (by jonnin)
|
by hemantkhadka
help me with Source code
|
|
[3 replies] Last: Than research the problem. Use common sense instead of wasting peop... (by mbozzi)
|
by hemantkhadka
Help me with Ordering Number problem
|
|
[8 replies] Last: THANKS @troaat very much u must be genius with codings haha it was a... (by hemantkhadka)
|
by littledj13
8 way puzzle
|
|
[no replies]
|
"Abort trap" error in c++ |
|
[2 replies] Last: you almost certainly ran off your array somewhere. Do you have any a... (by jonnin)
|
by kevinam99
Writing to a binary file and displaying its contents
|
|
[1 reply] : Never use gets(), this dangerous C function can never be used safely. ... (by jlb)
|
by zeroblank
counting number of "*" around a apoint in matrix
|
|
[2 replies] Last: OMG im such an idiot how did i miss that .. thanks a lot saved my day ... (by zeroblank)
|
by halen80
How to display the difference between two sets?
|
|
[2 replies] Last: for(int i=0;i<itemCount;i++){ for(int j=0;j<bag.getCurrentSize();++j... (by gunnerfunner)
|