by twister86
Usage of the faulty number type
|
|
[1 reply] : can we say, this is (fromInt)*(fromInt+1)*...*(toInt-1)*(toInt) eq... (by writetonsharma)
|
by Seraphimsan
function undeclared error
|
|
[2 replies] Last: oh wow.....Once more I fail hard...lulz. Well thanks jsmith. edi... (by Seraphimsan)
|
by LoLFactor
Function map
|
|
[10 replies] Last: Faster? I don't know. Consider that printf() takes a format string t... (by jsmith)
|
by Confused
Undefined reference errors
|
|
[4 replies] Last: I understand, but how come this links and compiles without error or wa... (by Confused)
|
by maruthavanan
Clarification on templates
|
|
[2 replies] Last: struct Node needs to be struct Node { struct Node* pNext;... (by jsmith)
|
by littleimps
Vectors
|
|
[2 replies] Last: tks. i check my displayVoucher function and realise that is also have ... (by littleimps)
|
by giorkosman
c++ templates linker problem
|
|
[2 replies] Last: Thank you U saved my life friend It s been 5 hours trying to find w... (by giorkosman)
|
by Synthmon
Dynamic C strings troubles
|
|
[7 replies] Last: Sounds good. I mean, sure, pain in the butt, but at least it's better ... (by Synthmon)
|
by spydaios
cant understand Virtual destructors and no constructors difference?...
|
|
[1 reply] : if you have a hierarchy of parent/child classes, you need to call fir... (by elvis)
|
by jpvanoosten
TEXT preprocessor macro
|
|
[1 reply] : _T, TCHAR and TEXT are Windows specific. (by kbw)
|
C++ and XML-RPC |
|
[no replies]
|
by radeberger
size file problem
|
|
[2 replies] Last: Thank you for the answer kbw, now it works properly and I didn't ch... (by radeberger)
|
e-mail, FTP, and libraries |
|
[2 replies] Last: will winsock2 work? it says it only allows TCP and IP protocols? Also... (by closed account 41hCpfjN)
|
by comput14
whats wrong with this programme
|
|
[7 replies] Last: What kind of error(s) do you have? What does your compiler say when yo... (by Matt23488)
|
by tom1410
c++ console colors
|
|
[3 replies] Last: Aaiiiiiiieeeeee! If on Windows, use #include <iostream> #inclu... (by Duthomhas)
|
by g0dwyn
Inheriting from Template Class
|
|
[4 replies] Last: Turns out it was all due to unrelated namespace errors. Thanks for yo... (by g0dwyn)
|
by fairyfloss
stack smahing
|
|
[3 replies] Last: Stack-smashing refers to a specific kind of exploit where an unchecked... (by helios)
|
by marcams
queries to mysql using c++ builder 2006
|
|
[1 reply] : No. Neither INSERT, DELETE, or UPDATE are queries, so you can't use a... (by helios)
|
by Alexis1
3 Column IPO Chart- Urgent
|
|
[2 replies] Last: Thanks for responding. No, this is not a home work, just that i'm tryi... (by Alexis1)
|
by fairyfloss
enum
|
|
[5 replies] Last: see thats the thing i dont want to use an enum but its a small sectio... (by kempofighter)
|