| Deleting Element from Vector with an Iterator |
|
|
|
[4 replies] Last: Reading the documentation, your last example should erase all the elem... (by TheIdeasMan)
|
|
by nadeem786
how do figure out how many elemenst in a array
|
|
|
|
[1 reply] : the array has 6 items in it, but it has the capacity to hold 10. (by TheIdeasMan)
|
|
by nadeem786
question about parameter
|
|
|
|
[2 replies] Last: void foo(int a, std::string b) { } (by TheBestHacker)
|
|
by KarelC
Command Line TicTacToe
|
|
|
|
[4 replies] Last: Thanks for replying. I actually did think about doing it that way at f... (by KarelC)
|
|
by SGM3
Loops (1,2,3,4,5,6,7)
|
|
|
|
[125 replies] Last: OK, the while loop you found had the ! in it, so be careful copying co... (by TheIdeasMan)
|
|
by toomanystars
Matrix mult help (pointers)
|
|
|
|
[6 replies] Last: Thanks a lot for the help. I was looking however to returning the obje... (by toomanystars)
|
|
by lixinsbgtf
map<key, T>, less_key
|
|
|
|
[3 replies] Last: @ne555 Thank you for your answer, the second method. That's what I exa... (by lixinsbgtf)
|
| Typecast struct pointer |
|
|
|
[4 replies] Last: You have to cast the char* to an IPV4_HDR* in order for it to work syn... (by LowestOne)
|
|
by ar9jun
while loop with || wont work
|
|
|
|
[4 replies] Last: It works now! Thank you very much! But if you don't mind me asking, I ... (by ar9jun)
|
|
by firstTym
putting two integers in incremental order
|
|
|
|
[3 replies] Last: I didn't really understand a single word of what you said, but here ar... (by Athar)
|
|
by vckngs7
Passing reference of current object as a parameter
|
|
|
|
[7 replies] Last: Correction, it does work, I had accidentally included loop.cpp within ... (by vckngs7)
|
| simple #include question |
|
|
|
[3 replies] Last: Thanks guys. I should have searched a little harder. For anyone who ... (by LittleStudios)
|
|
by vodka
Char pointers clarification
|
|
|
|
[2 replies] Last: Very clear now (surprised how easy it was, and I spent days) Thanks V... (by vodka)
|
|
by kethgr
Compiles successfully but program crashes (sometimes)
|
|
|
|
[4 replies] Last: I'm using Visual C++ 2010 Express on Windows 7. Unfortunately I'm real... (by kethgr)
|
|
by suli
compiler
|
|
|
|
[10 replies] Last: I agree with that strongly Volatile. But when i was new to c++ i start... (by stoffe1100)
|
|
by rafae11
unsigned char vector contents write to file
|
|
|
|
[2 replies] Last: some other function was overwriting the contents of my vector and it w... (by rafae11)
|
|
by Kurospidey
Template-id does not match any template declaration
|
|
|
|
[2 replies] Last: Arg, I get the point. So it's true it really doesn't match the templat... (by Kurospidey)
|
|
by aeireen
matching pattern
|
|
|
|
[1 reply] : http://softwareramblings.com/2008/07/regular-expressions-in-c.html (by Moschops)
|
|
by lvartist70
Troubles Creating a Program in C++ with Console Input Using Loops
|
|
|
|
[4 replies] Last: Thanks, for all the productive feedback. You have identified many of t... (by lvartist70)
|
|
by asheykh
Adding two 2x2 matrices in a c++
|
|
|
|
[2 replies] Last: asheykh, It would better to put the input from cin into it's own var... (by TheIdeasMan)
|