by tonnot
Create a vector, pass by value to an object and use it, or use a public vector instance of object?
|
|
[3 replies] Last: 1.- Create vectors, pass to a classB by ref, use it from class A . 2.... (by Athar)
|
by frolacosta
Typed text
|
|
[1 reply] : if you just mean printing one character at a time, put the text you wa... (by quirkyusername)
|
by Nisheeth
Class name not being Identified by the program
|
|
[5 replies] Last: Done that. That worked Great. Many, Many, thank. (by Nisheeth)
|
by Goraan2012
Having some trouble
|
|
[3 replies] Last: cin >> phone; does not allow spaces and dashes. Or do you mean that y... (by coder777)
|
by metulburr
what did i do wrong? with classes
|
|
[7 replies] Last: The store class is to represent a store where you can buy items . S... (by closed account 1vRz3TCk)
|
by chucthanh
TNT Array2D
|
|
[4 replies] Last: Thank you very much, I get the point! (by chucthanh)
|
by matteo79
keeping an iterator to the last "used" element
|
|
[2 replies] Last: IIRC, std::map iterators will still be valid if you insert or erase el... (by Zhuge)
|
by CarrotTop
Main in external .lib
|
|
[no replies]
|
by ksm092
How to match a string from reading from a datafile, line by line?
|
|
[5 replies] Last: that is all I have, however it doesn't seem to work.. (by ksm092)
|
by xander333
"simple" swap
|
|
[9 replies] Last: It simply fails because the type of b is different to the type of a. W... (by coder777)
|
by yipiyip
#include ___.h
|
|
[2 replies] Last: Thank you, now that I look at this it all seems so simple, especially ... (by yipiyip)
|
by sohguanh
u GUY WOULD LIKE TO TAKE A LOOK AT HARDWARE?
|
|
[1 reply] : This smells like an advertisement / ad-bot NOTE: Opening post repor... (by shacktar)
|
by ksm092
How to make input sentence into one string? or other method?
|
|
[7 replies] Last: Oh, Thanks so much!! (by ksm092)
|
by need2learn
Extract columns of data from input file into single variables
|
|
[1 reply] : You could get each line using http://www.cplusplus.com/reference/iostr... (by James Burnby)
|
by chipp
syntax questions
|
|
[4 replies] Last: Out of interest, with which compiler? (by andywestken)
|
by BaltaX
Program invokes copy constructor when I thought it should invoke assignment operator=
|
|
[4 replies] Last: Well, the code is good; it's just a few loose ends I'm talking about. ... (by andywestken)
|
by frolacosta
Check if 1 or 2 is pressed
|
|
[3 replies] Last: For a simple example of an 'cin' command to illustrate (because i am b... (by PracticingProgrammer)
|
by FzzPoofy
4D matrix with one non-constant dimension
|
|
[8 replies] Last: Update: I've been using this constantly in my code. This is so much ea... (by FzzPoofy)
|
by FzzPoofy
Zero at end of pointer!
|
|
[2 replies] Last: I figured it out! There was a problem with something completely differ... (by FzzPoofy)
|
Operator Overloading |
|
[2 replies] Last: Thank you, Solved. (by Vikram Narayan)
|