by TheNoobie
AHHH RECURSION!!!
|
|
[6 replies] Last: Im also learning recursion. You might know more than me right now but ... (by zeroelement)
|
by ashworcp
highest value in the array
|
|
[10 replies] Last: You were very close... #include <iostream> using namespace st... (by Mathhead200)
|
Arrays |
|
[16 replies] Last: Run my program though an array, instead of getting input from cin. And... (by Mathhead200)
|
by Kidk5
PLEASE help!!!
|
|
[4 replies] Last: Can you pass a pointer to an array to a function? int findMode(int* p... (by closed account D80DSL3A)
|
by kraigballa
Parameter error:
|
|
[1 reply] : mainframe.h includes im.h im.h includes mainframe.h In im.h you only ... (by ne555)
|
by idk
Need some help with I/O File program
|
|
[2 replies] Last: Thanks, I will try that. (by idk)
|
Void logic problems |
|
[2 replies] Last: C++ doesn't care what you put on a line. What matters is code blocks ... (by Disch)
|
by ashworcp
implement the strncpy function
|
|
[1 reply] : char *mystrncpy(char *s, const char *t, int n) { int strcmp(const... (by hanst99)
|
by goofy1969
Debug Assertion Error
|
|
[1 reply] : Some more info, like the relevant source code, would be helpfull. (by mof)
|
by aryajur
Template class
|
|
[3 replies] Last: Hi //listM<LISTITEM>::structListItem<LISTITEM> *currStructList; class... (by ne555)
|
by Tresky
Misplaced Squares
|
|
[5 replies] Last: Holy Crap!! How did you know to do that?!?! That worked! I am so sorry... (by Tresky)
|
by BobInRedondo
Link Error
|
|
[1 reply] : Sounds like either you are linking your files incorrectly or something... (by firedraco)
|
by BobInRedondo
Simulate Command Line Arguments
|
|
[2 replies] Last: Thank you firedraco! (by BobInRedondo)
|
Templates |
|
[3 replies] Last: Oh I see...... So its a design choice of templates. Got it. Thnx. (by howtechstuffworks)
|
by LiverpoolFTW
Quick if statement error
|
|
[8 replies] Last: It asks for the choice input and it just continues to let the user inp... (by LiverpoolFTW)
|
by omeraslam
Pyramid Help (1,2)
|
|
[34 replies] Last: i like the way i did it in C# more :) substrings my friends :o (by ascii)
|
by wayn3
Soft with all library and headers files
|
|
[3 replies] Last: In this case...Thanks for the reply (by wayn3)
|
by PiMaster
Converting from T[][]...[] to T**...*
|
|
[5 replies] Last: For array dimensions, you have to play tricky with templates. For exam... (by Duthomhas)
|
by ashworcp
Finding the average of an array
|
|
[2 replies] Last: it worked thanks (by ashworcp)
|
by Gldnbr
Input character by character?
|
|
[2 replies] Last: Nevermind, I got it! (by Gldnbr)
|