by randy3k
linker problem (duplicate symbol)
|
|
[4 replies] Last: Alternatively, I think you could use an anonymous namespace. I know t... (by seymore15074)
|
by gransken
Ignore paths???
|
|
[3 replies] Last: Then the only solution I see here is #ifdef WINDOWS #include <...... (by helios)
|
by devaeron
input validation
|
|
[9 replies] Last: thanks for your suggest.. anyway i finish it using .lenght hehehe th... (by devaeron)
|
by fme
& symbol and const datatype
|
|
[2 replies] Last: thaaaaaaaaanks (by fme)
|
by toptony
question about std::sort()?
|
|
[6 replies] Last: Test file is google's codejam 1A: scalar production! small test is ... (by toptony)
|
by sharik
how do i change the internal h-e-l-p file language in Borland/Turbo C++ 3.x
|
|
[3 replies] Last: You're kidding, right? You're comparing compiled C++ to interpreted... (by helios)
|
by chiku
Converting C++ code to C
|
|
[3 replies] Last: Yeah...I'm definitely for choice 2 here...don't try reinventing C++... (by firedraco)
|
by MSHoerberJr
Errounous output
|
|
[1 reply] : At line 25 i suggest a string rather that a char array... (by Bazzy)
|
by anseloth
need a way to dynamically write files with sequentially incremented names
|
|
[17 replies] Last: ok, i found a glitch with the basic (single .cpp file) version of the ... (by anseloth)
|
by yukiti
[API]what is the most didactic for beginning?
|
|
[2 replies] Last: if you are choosing any API, I second zaita, go with the win32 API. h... (by Mal Reynolds)
|
by cpprookie
A problem about function definition
|
|
[3 replies] Last: The reason for the initialization list being preferred over assignment... (by seymore15074)
|
by Sathed
Crazy errors!
|
|
[3 replies] Last: In the ComplexNumber.h file, have you correctly terminated the co... (by guestgulkan)
|
by MSHoerberJr
infile size
|
|
[4 replies] Last: Try seekg() and tellg() http://www.cplusplus.com/doc/tutorial/fil... (by Bazzy)
|
by cdietschrun
Linking with given .a?
|
|
[2 replies] Last: If I do g++ main.cpp poly.cc ( class implementation file) polyTeste... (by cdietschrun)
|
by jmdaru
connecting two machines
|
|
[1 reply] : You'll have to learn some networking. If you only intend for this to b... (by mahlerfive)
|
by navjot94
why won't this work!??!?
|
|
[13 replies] Last: date = convertdays(month, day, year); You need to read up on fun... (by helios)
|
by andel
i need to write this program
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
|
by ramishama
I Need a program: give it the birth date, and give you the day were you born
|
|
[2 replies] Last: I do it #include <iostream.h> #include <time.h> #inc... (by ramishama)
|
by m13
socket program
|
|
[2 replies] Last: If this is a professional endeavor, you've jumped-in over your head. Y... (by Duthomhas)
|
how to compile .c to .exe |
|
[1 reply] : (1) You can use any C++ compiler but I suggest you using an IDE http:... (by Bazzy)
|