by Goraan2012
Adventure never ends
|
|
[3 replies] Last: Also, should I use the choice1 check loop for the other choice inputs ... (by Goraan2012)
|
by Runner13
C-style character array
|
|
[no replies]
|
by Tate
Output for Array Not Displaying Correctly
|
|
[2 replies] Last: Awesome! I made a few changes to the code you suggested and it worked... (by Tate)
|
by chiquitina21
Recursive functions
|
|
[2 replies] Last: Thank you! It worked! Can you help me out with this one also? This is ... (by chiquitina21)
|
by cspctec
How to fix this error?
|
|
[6 replies] Last: The reason you're always getting 7 is because in the for loop in findH... (by Thumper)
|
by brucey2343
Where am i going wrong????
|
|
[7 replies] Last: thank you :) so how do i set the accumulator to the first value entere... (by brucey2343)
|
by jlillie89
Parallel Arrays
|
|
[10 replies] Last: Dude It says parallel arrays I emailed my instructor and he said struc... (by jlillie89)
|
by clusich
help with breaking up an integer into an array and overwritng a file
|
|
[4 replies] Last: you're right i did what you said and set it and did % ect to break up ... (by clusich)
|
by swagtrain
expected init-declarator before "char"
|
|
[3 replies] Last: In the future, if you need to post code, use the code tags: [ code]Co... (by Volatile Pulse)
|
by NZheadshot
Streams as arguments to functions?
|
|
[3 replies] Last: But what if I wanted to use multiple namespaces in a single program? ... (by Moschops)
|
by respawn22
Get/Set Problems using reference and const...
|
|
[6 replies] Last: One last thing... I initially had this method like this before I chang... (by respawn22)
|
by MinwooJu
BMI calculator!!
|
|
[6 replies] Last: cout << "your Body Mass Index is:" ; cout << result -... (by MinwooJu)
|
by Hotice
Searching dynamic memory for a string literal.
|
|
[18 replies] Last: I didn't want to use vectors because the the algorithmic complexity ... (by Cubbi)
|
by Reema Alqerm
drawing a Shape using RECURSION as a mirrored shape.
|
|
[11 replies] Last: hi again i asked my teacher today and she told me you have to use one... (by Reema Alqerm)
|
by rozick1
Will this tell me if the next char in a file exists?
|
|
[3 replies] Last: Not a problem, ptext.eof() will only test if the file stream is EOF. y... (by LGonzales)
|
by OGRE2
Problem with Two Functions Using Arrays and Pointers
|
|
[1 reply] : double* median (int array[ ], int size) { int size, *median; N... (by Moschops)
|
Scripting languages |
|
[5 replies] Last: k, thanks all who answered. (by closed account LN7oGNh0)
|
by buddy208
skipping inputs
|
|
[4 replies] Last: You could use getline to specify that the delimiter is / and then wo... (by Moschops)
|
by marhit
string.find or string.substr?
|
|
[4 replies] Last: Many ways to do this Here is one; #include <iostream> #include <st... (by SamuelAdams)
|
by Pter0dactyl
Lvalue error.Help!!
|
|
[3 replies] Last: @hamsterman u were right thanx for the help.thanx to peter87 too. (by Pter0dactyl)
|