by CheezCoder
Don't close the program?
|
|
[15 replies] Last: Also may i ask what does your program do cos i can't think of any oth... (by mcleano)
|
by jankidudel
C++ GUI and graphics programming
|
|
[4 replies] Last: GTK is more C than C++ I believe GTK+ is for C and GTKmm for C++ QT... (by Bazzy)
|
by kako
OCV
|
|
[1 reply] : You shouldn't have any trouble finding that info if you're searching. ... (by cnoeval)
|
by mantu
how to get end of the line
|
|
[6 replies] Last: have a look at boost::regex have you some example data? (by bigearsbilly)
|
by ttx336
can't understand Bloodshed Dev C++ debugger
|
|
[3 replies] Last: I downloaded wxDev C++ and I am checking it out now... the debugger wo... (by ttx336)
|
by hawkandspit
When is a declaration a reference?
|
|
[9 replies] Last: Rule #1, don't argue with the boss. Rule #2, if you do have to argue ... (by Galik)
|
syntax error : identifier 'cout' |
|
[6 replies] Last: That's OK, its a subtle difference in shape :-} (by Moooce)
|
by peter nn
Why atof(1.8) returns 1.79999
|
|
[2 replies] Last: Obligatory link: http://docs.sun.com/source/806-3568/ncg_goldberg.h... (by jsmith)
|
by mathew086
Squarewave signal with different sample lengths
|
|
[19 replies] Last: thnx galik. i opened the file before the loop and entered them each ti... (by mathew086)
|
by jkigen
any
|
|
[2 replies] Last: Yes, as a matter of fact. Thanks for asking. (by helios)
|
by RellikEvol
Binary Tree Printing (Heap Sort)
|
|
[1 reply] : Heap sort is: 1) To make a heap from a set of elements. You do this i... (by melkiy)
|
by s51563946
Asking about static variable construction.
|
|
[1 reply] : To have a portable solution, add a function called yourlibrary_init ... (by Bazzy)
|
by harsh4u89
Problem
|
|
[4 replies] Last: Yes Mr Frunze1983, You are absolutely right. I will try to give mor... (by harsh4u89)
|
by Jesuss
exception handling
|
|
[3 replies] Last: hello Jesuss you should not ask people to write code for you, you ... (by vivmen)
|
by jackel7777
filestream
|
|
[2 replies] Last: Where do I begin? 1. Don't create a stream, then open/close it. So... (by kbw)
|
by NGen
End Process
|
|
[7 replies] Last: [quote=NGen]I noticed that using Alt+F4... I think Alt+F4 just sends... (by m4ster r0shi)
|
by ischuldt
throwing exceptions on success
|
|
[2 replies] Last: [quote=ischuldt]I'm wondering if there is a way to throw and exception... (by PanGalactic)
|
by karthick88
Malloc ; memset ; new
|
|
[17 replies] Last: But that doesn't overwrite the pointer. memset(&memSetGreeter,0,sizeo... (by helios)
|
by sgl
Function pointer list.
|
|
[7 replies] Last: Which is exactly what I did... I made the derived class a template so ... (by m4ster r0shi)
|
by harry27
How to create a simple list?
|
|
[4 replies] Last: void isfull(const Item & it) { if(top == MAX) cout<<"Lis... (by Kangaroux)
|