by Chewbob
TCP Chat Client
|
|
[4 replies] Last: I'm not a Windows programmer; I speak only to the POSIX standard and ... (by chrisname)
|
by kempofighter
Why are the assert calls causing compile errors?
|
|
[3 replies] Last: Ok, thanks. I'm using a green hills win32 compiler. It seems like it... (by kempofighter)
|
by malyo
cout crash problem
|
|
[8 replies] Last: for better programming you should always check the return values or as... (by writetonsharma)
|
by spazamatic2
Recursion countdown
|
|
[2 replies] Last: Thank you very much! That helped a lot! (by spazamatic2)
|
by Robertlzw
Multithreading using Singleton
|
|
[5 replies] Last: One more issue that comes to mind is whether you feel like you have to... (by kempofighter)
|
by chrisname
Irritating segfault.
|
|
[14 replies] Last: Lol, really? It just prints on the same line? I'm guilty of having don... (by chrisname)
|
by Sayagain
How to create function parameters
|
|
[3 replies] Last: You aren't passing any parameters in the new call. It looks like you a... (by Zhuge)
|
by mar11
c & cpp
|
|
[7 replies] Last: Because files are included before a source is sent to the compiler, du... (by helios)
|
by mar11
executing a program
|
|
[1 reply] : The number of files is not significant. What's in them? (by kbw)
|
by fsgeorgee
Pass a stl set by reference problem
|
|
[3 replies] Last: Well, thanks for the help..... I said it was a stupid problem! =P M... (by fsgeorgee)
|
by jdmay
error LNK2019
|
|
[3 replies] Last: you are missing & in the .function declarations. Also, built in typ... (by writetonsharma)
|
by ehimarea
Programming problem
|
|
[4 replies] Last: #include <iostream> #include <cstdio> #include <iomanip> #include ... (by writetonsharma)
|
by John Conner
question
|
|
[2 replies] Last: ?? ... (by writetonsharma)
|
by malcolmdko
where is my problem??
|
|
[1 reply] : You need to fix all of the weird tabbing to make your program more rea... (by kempofighter)
|
by malcolmdko
Please run this
|
|
[5 replies] Last: WOW! The difference in speed of these two programs is incredible :O (by mcleano)
|
by jcylam
how to declare pointer for this? thanks
|
|
[6 replies] Last: you can, but it doesn't do what you think it does/want it to. (by jsmith)
|
by kempofighter
extra bytes being written to a file
|
|
[2 replies] Last: Ah, yes. That's it. Thanks Disch. (by kempofighter)
|
by aaliya
how to open .pdf files richedit in c++ builder??
|
|
[1 reply] : Use COM Aut. (by george135)
|
by olove05
why my functions bring garbage collections (1,2)
|
|
[29 replies] Last: Sorry, I have 2 week with this problem, I am very thank for all of you... (by olove05)
|
by humanfly
C to C++ converter
|
|
[1 reply] : Those tools generate valid C++ code. (by helios)
|