by Elmofongo
Am I doing this right?
|
|
[3 replies] Last: "By the way these if statements cancel each other out, the second con... (by Elmofongo)
|
by mothmann
Vectors and Pointers ?'s
|
|
[3 replies] Last: I'd say nothing wrong with swap? std::swap(v.front(), v.back()); ... (by coder777)
|
by ajitm
Why we have pointers with diffrent types
|
|
[3 replies] Last: Also, pointer arithmetic doesn't work if you don't know the size of th... (by kbw)
|
by aatwo
2's Compliment Checksum
|
|
[2 replies] Last: Thanks that was very helpful. I think I was trying over complicate thi... (by aatwo)
|
by n4nature
including and linking libraries
|
|
[3 replies] Last: you're welcome :) (by aatwo)
|
by vinaynaikwad
In search of best algorithm
|
|
[1 reply] : http://www.cplusplus.com/reference/algorithm/set_intersection/ (by sohguanh)
|
by trig
GUI design vs08
|
|
[4 replies] Last: Then you should probably try and enroll in a programming introduction ... (by Zaita)
|
by magnahawk
Word and Letter Frequency
|
|
[6 replies] Last: Thank you so much Shredded. That was just what I needed - it seems my... (by magnahawk)
|
by xephon
Problem regarding cmath header
|
|
[3 replies] Last: http://en.wikipedia.org/wiki/Floating_point#Accuracy_problems Round e... (by ne555)
|
by PiMaster
References
|
|
[6 replies] Last: From what I've read on this site, pointers and references produce exa... (by Disch)
|
by agoswami
detemine vtable address
|
|
[3 replies] Last: adding little bit more info... 'how many vatable has been created" : ... (by agoswami)
|
by iDreamInCode
Searching words for letters HlpPlx (1,2)
|
|
[27 replies] Last: As for your condition check. Consider this code. string answer =... (by Zaita)
|
by vachovsky
Assembler and C++
|
|
[4 replies] Last: The meaning of the inline assembly ( asm("whatever") ) is implementa... (by Bazzy)
|
Getting Word Doc in program!!! |
|
[5 replies] Last: Write it in word. Then save it as a basic .txt file without formatting... (by Zaita)
|
by flodywan
Easiest way to use SQL with C++ Programs?
|
|
[6 replies] Last: http://www.sqlite.org/index.html SQLite is pretty easy to get worki... (by Zaita)
|
by lukescott
Tools for "highlighting" C++ specific code / features?
|
|
[4 replies] Last: Compilation is your best bet :) (by Zaita)
|
Programs communication |
|
[1 reply] : Google "Interprocess Communication" also known as IPC. And you'll find... (by Zaita)
|
by ernandrew
fgets() print out a junked character in opening a file
|
|
[2 replies] Last: Could you rephrase your question? It's rather confusing. What, exactly... (by chrisname)
|
by joro550
Loading a DLL
|
|
[no replies]
|
by FrustratedSE
Accepting string characters with space using C I/O only.
|
|
[7 replies] Last: Wait... are you programming in C (and not C++)? Even so, you need ... (by Duthomhas)
|