by mw3284
bubble sort via pointer
|
|
[7 replies] Last: Thanks: if((p + i)->getRain() < (p + i + 1)->getRain()) { Rainfall te... (by mw3284)
|
by uTil
infinite linked List unknown
|
|
[1 reply] : See http://cplusplus.com/forum/general/39038/ (by naraku9333)
|
by morbid14
array
|
|
[2 replies] Last: What are you having trouble with? Edit: [quote=Zhuge]What? Why w... (by Danny Toledo)
|
by morbid14
string
|
|
[1 reply] : For number 1, its fairly easy to look at individual string characters.... (by uTil)
|
by beginnercode
SIMPLE CALCULATOR USING ONE-DIMENSIONAL ARRAY
|
|
[2 replies] Last: And use [co de] tag, please. (by Zhuge)
|
by Tamlyn
Switch statement problems
|
|
[1 reply] : You need brackets around you switch statements: switch (variable) ... (by Browni3141)
|
by dan104
How to read in information from a file and store them in 2D arrays
|
|
[3 replies] Last: Thanks Toni, I've managed to read them in using strings, like what ... (by dan104)
|
by sanji2011
template<class T> vs template<typeName T>
|
|
[2 replies] Last: thanks for the clarification :) (by sanji2011)
|
by momofask
Calculate average from file array
|
|
[5 replies] Last: 1. main() still needs to return an int 2. You still aren't using ... (by Zhuge)
|
by uTil
linkedList "first" address changing- don't know why!
|
|
[2 replies] Last: Hmm.. alright I suppose that makes sense. I was just thinking returnin... (by uTil)
|
by Rave
How to create a variable with a name given by the user?
|
|
[8 replies] Last: In that case, you will have to write your own map container. (by hanst99)
|
by beeholtz
array wont print out backwards
|
|
[1 reply] : void printBackwards (); Your forward declaration doesn't match your... (by hanst99)
|
by dan lewis
Jumping to different parts of code
|
|
[7 replies] Last: Luc, for a text adventure an object oriented approach is way overkill.... (by hanst99)
|
by Blessman11
accessing "char * array" elements
|
|
[5 replies] Last: success guys it worked "*s" accesses an element "s++" shifts to the... (by Blessman11)
|
by darxknight
Debugging help please
|
|
[2 replies] Last: thanks, i was just missing some parantheses i guess. Syntax errors. ne... (by darxknight)
|
by defunktlemon
position of string
|
|
[3 replies] Last: I'm closing this thread as I have changed the program to make it funct... (by defunktlemon)
|
eclipse, bizarre error when all the code is correct - symbol(s) not found - |
|
[3 replies] Last: OK I noticed I hadn't added the destructor for each object. So I put t... (by cloudarchitect)
|
by tidusx90210
error: expected unqualified-id before "char"
|
|
[1 reply] : #ifndef hash #define hash #include <iostream> #include <string> usi... (by hanst99)
|
by Robinvk
constructor function inheriting variables?
|
|
[3 replies] Last: You didn't read through the articles, right? There is a HUGE differenc... (by hanst99)
|
by lalala
how would I put this in a function?
|
|
[5 replies] Last: Yes, but you can specify a deliminator for getline(). If you wanted, t... (by ModShop)
|