by HenriK
C++ STL - Trouble with getline
|
|
[2 replies] Last: Thanks a lot webJose , it works now. Fortunately it was that simple.... (by HenriK)
|
getclassname and getwindowtext help |
|
[1 reply] : This is a windows specific question, so move it to windows section. ... (by writetonsharma)
|
by cheeeeseface
Write a program converting Base 10 numbers to any base from 2 - 16
|
|
[3 replies] Last: duplicate: http://www.cplusplus.com/forum/beginner/42183/ (by writetonsharma)
|
by camouser
template list container
|
|
[4 replies] Last: Yes, better, but you still missed the <T> part in a couple of function... (by webJose)
|
Is there a way to check whether the object is const? |
|
[1 reply] : er... I don't understand the question? The object is const if you use... (by Disch)
|
Where to go from here... |
|
[4 replies] Last: So, Moschops... and ascii if you're out there... :-) I posted this ... (by ExcitedNewbieJen)
|
header file construction |
|
[4 replies] Last: @theexactpoint: You probably don't need the include at all. Just forwa... (by ne555)
|
by kakaboeie
Reading memory in C++
|
|
[12 replies] Last: Well, mainly because I simply want to learn *how* to do it. I'd been w... (by kakaboeie)
|
by afraidofdark
fstrem.open() causes ERROR_ALREADY_EXISTS
|
|
[5 replies] Last: ERROR_ALREADY_EXISTS is not an error at all! Check out the CreateFile... (by webJose)
|
Compiler faulty link |
|
[1 reply] : It's essentially undefined referenced. The linker cannot find the fun... (by Moschops)
|
by classified
pointer list of class
|
|
[no replies]
|
by camouser
deque container using stack class
|
|
[5 replies] Last: I know. Like I said, you have problems in your code. Maybe too many ... (by webJose)
|
by slicedpan
heap/stack memory allocation
|
|
[3 replies] Last: thanks guys (by slicedpan)
|
by canismajor
Best way to initialize class that needs large amount of supporting data
|
|
[5 replies] Last: If you ensure that each vector element is an automatic variable, then ... (by anonymous23323124)
|
by savavampir
std::vector::erase avoiding lots of copying
|
|
[13 replies] Last: You're right (again). Thanks both of you for tips. (by savavampir)
|
by declawd
Clearing Multiple Variables
|
|
[6 replies] Last: Hmm interesting, I may be able to make it work using an array, I need ... (by declawd)
|
undefined reference error |
|
[4 replies] Last: because when i was typing the second one an error came up so i just co... (by clickspiker23)
|
by camouser
vowel count with recursion
|
|
[6 replies] Last: Lol, yes it would :P Always make sure you're recursive functions termi... (by anonymous23323124)
|
error outputting with classes |
|
[5 replies] Last: also i tried a few other things and sometimes i get an undefined ref... (by clickspiker23)
|
by ModShop
check string for "key phrases"?????
|
|
[11 replies] Last: Right now its just a console app, but you would only need to change <2... (by ModShop)
|