by Nature1
Using the getopt_pp library
|
|
[2 replies] Last: Thx for the reply, found a standalone header file called getopt_pp_sta... (by Nature1)
|
by Archaea
Asynchronous in C++? Running multiple functions simultaneously?
|
|
[5 replies] Last: Very true, and I actually managed a solution without multi-threading. ... (by Archaea)
|
by Archaea
additional cpp files
|
|
[2 replies] Last: http://www.cplusplus.com/forum/unices/2313/page1.html#msg8761 I had a... (by Duthomhas)
|
eof bit (what is it?) |
|
[6 replies] Last: A holdover from CP/M is to mark the end of a text file with ^Z. DOS sy... (by Duthomhas)
|
by mustachman
Need A good C++ compiler
|
|
[2 replies] Last: Thanks for the link (by mustachman)
|
by QWERTYman
Yet another QWERTYman(tm) problem (with fun and stuff!)
|
|
[8 replies] Last: I tried your program, selected option 1, (New File), selected one Not... (by guestgulkan)
|
by JRevor
Virtual methods
|
|
[4 replies] Last: Thanks!! (by JRevor)
|
by xxhashxx
Making my own String class:
|
|
[6 replies] Last: yeah i managed to fix the overloaded + operator MyString operato... (by xxhashxx)
|
by Asad Abbas
Want programming practice problems
|
|
[2 replies] Last: thanx Bazzy! (by Asad Abbas)
|
by hpfreak080
Function to search an array that returns a boolean
|
|
[3 replies] Last: The problem is that you're not breaking the loop once you find that th... (by helios)
|
by wtf
All I want to do is scanf and printf
|
|
[16 replies] Last: Clarification: I was saying "no" the using %s without a number like %... (by firedraco)
|
by huzhanchi
array initialization problem
|
|
[4 replies] Last: After i have a try ,i find the std::vector is very strong.(thanks also... (by huzhanchi)
|
by Basinator
Where's the exe? o_O
|
|
[4 replies] Last: Argh...found my mistake. You have to look in the debug folder in mydoc... (by Basinator)
|
by liverscube
Move mouse cursor on a multitouch screen
|
|
[no replies]
|
by Vexlaz
Some trubble whit the sting class
|
|
[2 replies] Last: Okey thanks:) i did think about that. But i thouht i would be bad prog... (by Vexlaz)
|
Inline failed |
|
[7 replies] Last: Yeah it is, but I was just testing ~Element() at that time. It really ... (by demosthenes2k8)
|
by hopesfall
deleting a menu item
|
|
[4 replies] Last: @andrew9514 Read this article: http://www.cplusplus.com/forum/article... (by Bazzy)
|
by Husker
User Input Problem
|
|
[1 reply] : This article explains how to solve your problem: http://www.cplusplus.... (by Bazzy)
|
My book says this shouldnt compile, but it does? |
|
[15 replies] Last: Is non-standard. This is enough to be avoided (by Bazzy)
|
by Bv202
Virtual destructors
|
|
[9 replies] Last: If a base class's destructor is virtual, the derived class destructor ... (by kbw)
|