by alex460
merging a vector of vectors of int and a vector of int
|
|
[4 replies] Last: Oh... Thank you. It works now I did std::vector<std::vector<int> > ... (by alex460)
|
by maxstoto
Please help me in Binary XOR operation using C++?
|
|
[1 reply] : Why? Just use ^ .... (by ultifinitus)
|
by nrshoukhin
Facing some problem
|
|
[9 replies] Last: If arr is an array of chars, its name converts to a pointer to char, b... (by filipe)
|
by chrisname
Function pointers
|
|
[2 replies] Last: Yes, you're right, that fixed it. Thanks filipe! (by chrisname)
|
by Sentoumaru
Pointers to classes to structure ?
|
|
[1 reply] : I think i finished the program but i got send/don`t send error. what?... (by coder777)
|
by Asif Hirai
What is wrong with my casting in this program?
|
|
[3 replies] Last: You do realize that you can't just add to string literals, right? You... (by Asif Hirai)
|
by Deathgeese
Very Frustrating Errors
|
|
[3 replies] Last: You should include the headers that you use. string may be included... (by moorecm)
|
by toks
wrong elapsed time
|
|
[3 replies] Last: Thanks kbw i will change this. Nice question jsmith, i just checked i... (by toks)
|
by oz1cz
Superiority of unnamed namespaces over static
|
|
[5 replies] Last: Thank you for that, Bazzy. That was helpful! According to http://stac... (by oz1cz)
|
by ahlanbika
code error
|
|
[2 replies] Last: if A::f() is not a const method, your function will have no effect on ... (by bartoli)
|
by TheDestroyer
Alternative to fwrite in C++ other than fstream and ostream (1,2)
|
|
[21 replies] Last: After you learn endiannes (little endian, big endian), I'd advise you ... (by TheDestroyer)
|
by aiby
fstream::clear
|
|
[10 replies] Last: Okey,anywhere,Thanks! (by aiby)
|
by rashter
i am not getting desired output
|
|
[3 replies] Last: Sorry I give you wrong answer.Can you put on more Code? (by aiby)
|
Pointers in C |
|
[2 replies] Last: Assuming the menuitem array is being created dynamically using new ... (by guestgulkan)
|
by sara90
sorting problem
|
|
[4 replies] Last: thank you so much. you helped me a lot :) (by sara90)
|
by pvdpepo1
C++ USB control
|
|
[5 replies] Last: mob has cleared all the things in one post. I completely agree with hi... (by Esspweb)
|
by roelf01
How to cross-compile on cygwin?
|
|
[no replies]
|
by roelf01
How to compile an program using ncurses static
|
|
[8 replies] Last: Since the topic is solved by the link to the article at belsky.info An... (by roelf01)
|
by pieee
If statement problem
|
|
[6 replies] Last: Thanks guys, you's have helped out loads, got everything to work but n... (by pieee)
|
Unresolved Externals - It looks fine to me. |
|
[no replies]
|