by salman
What is a buffer?
|
|
[3 replies] Last: I have a question about the zeroing. You use fill_n(pointer, size, '\... (by Mitsakos)
|
by gsingh2011
Restarting the program
|
|
[1 reply] : You are better-off just clearing everything. (by Duthomhas)
|
by QWERTYman
Starts, works fine, then quits.
|
|
[5 replies] Last: So? It doesn't work with VC++ or C++Builder. Just because your ... (by Duthomhas)
|
by Silvah
endl or \n is one better then the other?
|
|
[2 replies] Last: Thanks Duoas, That is good information to know. (by Silvah)
|
by strongfan
Libriaries in Bloodshed Dev C++
|
|
[5 replies] Last: erm, I really need help here. Or, if someone could give me a function... (by strongfan)
|
by pixeldude
how to read data from textfile and push in array
|
|
[2 replies] Last: Okay 1stly thansk for the reply and feedbacks...Okay..actually what I ... (by pixeldude)
|
by ioanmih
compiler
|
|
[6 replies] Last: thanks...but stiill cant compile with minGW...ive downloaded it from a... (by ioanmih)
|
by Mitsakos
qsort() calling explanation
|
|
[1 reply] : The (int*)a and (int*)a are casting the passed in parameters to in... (by bnbertha)
|
by marrabld
Segmentation fault when passing matrix to a function
|
|
[4 replies] Last: OK, I changed to using the GSL libraries. Much better! things work now... (by marrabld)
|
by ioanmih
Several questions :D
|
|
[2 replies] Last: the first problem i solved it thanks... but how can i put a value lo... (by ioanmih)
|
by melaa
borland c++
|
|
[no replies]
|
Header files |
|
[7 replies] Last: Here is another one: http://docs.linux.cz/programming/other/ALP/advan... (by guestgulkan)
|
by Somelauw
Bloodshed Dev-Cpp indention.
|
|
[7 replies] Last: QWERTYman - Instead of slang that no one else understands why not use ... (by AZlan LB)
|
by QiX
'void *' : unknown size
|
|
[6 replies] Last: Yeah, I'm writing this in C, thank you! (by QiX)
|
by gsingh2011
Structures, classes, and namespaces
|
|
[4 replies] Last: For small projects, it isn't really. For medium and large projects,... (by Duthomhas)
|
by hippie 0
Weird Error I Don't Understand (Solved)
|
|
[11 replies] Last: well my birthday is in like 2 weeks exactly =P and thank you Mike i... (by hippie 0)
|
by enduser000
C4717
|
|
[3 replies] Last: That looks better. You can use the < and > operators. Just not on ob2 ... (by Zaita)
|
by cjzheng
Converting char[] to string
|
|
[1 reply] : char mychar = "bob"; string mystring = string(mychar); :)... (by Zaita)
|
by bzgirl
How do I initialize 2 arrays (one is 2-dimensional) from 1 input file
|
|
[7 replies] Last: Your code looks fine. 1 think I would personally change is your for lo... (by Zaita)
|
by alexcook
how do you put 2 cout in the same program?
|
|
[1 reply] : Try repeating the system("pause") after the second cout function. Oh,... (by QWERTYman)
|