by Minimacfox
Using function arrays
|
|
[3 replies] Last: I have not understood your question. I can make some comments. Why di... (by vlad from moscow)
|
by DELB
Example Code Help
|
|
[1 reply] : You don't need to implement assignment in this case. The defaults (co... (by kbw)
|
by fusi0n
strtok returns unwanted empty line
|
|
[1 reply] : I would like to ppoint out that the string literal in the statement be... (by vlad from moscow)
|
by linuxJunkie
error: ISO C++ forbids comparison between pointer and integer
|
|
[3 replies] Last: By the way your array method will always contain symbol '\0' because i... (by vlad from moscow)
|
by hmchan92
Trouble with Linked Lists Delete Function
|
|
[1 reply] : What happens on line 10 of DeleteItem if it's called on an empty lis... (by cire)
|
by kenjuTE
.cxx/.h class - Initializer Expected
|
|
[no replies]
|
by kidsreturnjj
With for loop, printf is working strange.
|
|
[1 reply] : in the 2nd one the "printf("\n%d", arr );" is not part of a for loop ... (by Darkmaster)
|
by cotro
error: undefined reference to:
|
|
[3 replies] Last: Thanks to both. (by cotro)
|
by backintosh
Extracting & Reprinting Digits
|
|
[6 replies] Last: Do as chervil suggested and put the digits in an array. Or extract t... (by Lowest0ne)
|
by jamesfalter
command line parameter
|
|
[1 reply] : It will work only if you will return anything in you numOfOnes functio... (by Smac89)
|
by gamesloth
currency calculator
|
|
[no replies]
|
by MrGuy
How to save a game
|
|
[3 replies] Last: thanks ! (by MrGuy)
|
by wolfpack4417
Help with classes, arrays, and sorting
|
|
[3 replies] Last: 1. How exactly do you mean, without all of the double colons ? The s... (by xismn)
|
by bruntmjust
Help with Program (error problems)
|
|
[1 reply] : strlen and such are library functions defined for you, defining them a... (by firedraco)
|
by Shaikh Omar
Reading from a File
|
|
[2 replies] Last: I made myself a little function in something a while ago (I say made m... (by TheBeardedQuack)
|
by Jerseppi
Dynamically allocating objects to Vector
|
|
[14 replies] Last: Ahh thanks for pointing that out on line 111. Much appreciated :) (by Jerseppi)
|
by fusi0n
Crashing problem(probably loop)
|
|
[4 replies] Last: the first loop I guess (by greenleaf800073)
|
by whimcro
Generating Array values from a function
|
|
[2 replies] Last: Oh so that's it. I still followed my own code. But instead of using ... (by whimcro)
|
by giblit
* ePtr
|
|
[no replies]
|
by lwells
Search Directory for file type and copy
|
|
[7 replies] Last: #include <dirent.h> (by closed account Dy7SLyTq)
|