by hamdy
Hilfe bei Vectoren
|
|
[1 reply] : This is a website in English, not in German and use [ code] tags wh... (by Bazzy)
|
swap program |
|
[4 replies] Last: thanks so much (by coincollector)
|
by hamdy
Display a number and its ASCII code at the same time
|
|
[2 replies] Last: cout << i << char( i ); ASCII 10 is the newline character... (by Bazzy)
|
by n4nature
functional abstraction
|
|
[3 replies] Last: On second thought, I now get your point. He says clients cannot direct... (by n4nature)
|
by Sundar0206
A Query on pointers
|
|
[3 replies] Last: Hi guys, Thanks for your feed back. I sort of found out the error. I... (by Sundar0206)
|
by Anonymouse
Convert int to string with number in different base
|
|
[7 replies] Last: I think you misunderstand what I was trying to show. The array of cha... (by jdd)
|
by ark217
Regarding prime numbers
|
|
[4 replies] Last: Okay- thanks for the responses. I understand now. (by ark217)
|
by spydaios
getline(cin,string obj); problem....
|
|
[2 replies] Last: if i've understood your problem correctly then use endl after cout and... (by writetonsharma)
|
by mustard
any suitable engines for dev c++?
|
|
[3 replies] Last: hmmm.. opengl is basically a c library for graphics programming.. infa... (by writetonsharma)
|
by kevinchkin
Weird error (1,2)
|
|
[25 replies] Last: hmmm... lets leave this discussion here and look for other interes... (by writetonsharma)
|
by xargon
Converting froma char* to a const char*
|
|
[4 replies] Last: +1 kbw. Never use C-style casts, period. (by jsmith)
|
by radeberger
Mutex problem
|
|
[2 replies] Last: I assume the thread has initialized the mutex before the main program ... (by jsmith)
|
by IgorChete
Converting huge numbers to array
|
|
[2 replies] Last: Ok, now for some helpful advice. Consider how long-hand multiplicat... (by jsmith)
|
by radeberger
mutex's ownership
|
|
[4 replies] Last: I have to threads: one in the main function, one in a separate functio... (by radeberger)
|
by sac
fwrite cannot wite data into file if data size is very small
|
|
[12 replies] Last: @writetonsharma: Right. fwrite() buffers the short data in an inte... (by jsmith)
|
by xargon
making a global variable accessible in a DLL function
|
|
[2 replies] Last: do a __declspec(dllimport) instead of __declspec(dllexport) i think i... (by writetonsharma)
|
by radeberger
write function: max default buffer size
|
|
[2 replies] Last: thank you Bazzy. I'll try it... (by radeberger)
|
by shaoen01
ReverseList Iterator
|
|
[2 replies] Last: I made some changes by adding a previous Node to my List class. Based ... (by shaoen01)
|
Template Class |
|
[6 replies] Last: Typically template classes are implemented wholly in header files. Yo... (by jsmith)
|
Strange Problem |
|
[3 replies] Last: Can you provide example code that demonstrates the problem? (by jsmith)
|