by name
Use of -1 in bit mask portable?
|
|
[5 replies] Last: Yes, there is a lot of hardware, some modern, that doesn't use two's c... (by Duthomhas)
|
by xtrosss
I need some instructions on this problem
|
|
[3 replies] Last: // MIN // Initialize min outside the for loop. you can take the very... (by van)
|
by Vexx
Gah, problems >.< (1,2)
|
|
[26 replies] Last: I think that it is OK for OP, as a college student, to proceed with do... (by jsmith)
|
by kole
undefined reference to `mysql_get_client_info
|
|
[no replies]
|
by tifa farouk
i want this answer rapidly plz (1,2)
|
|
[22 replies] Last: http://en.wikipedia.org/wiki/Binary_tree (by Bazzy)
|
by Ray B
Setting an array equel to another array
|
|
[6 replies] Last: Or you can use strcpy_s(), which checks that the 'to' c-string can fit... (by wasabi)
|
by cams91
factorial of negative integer
|
|
[8 replies] Last: np, also note that the program does not validate input, so if the user... (by gcampton)
|
by Raf Sa
A Begginer to C++, and in need for some guidance
|
|
[7 replies] Last: Bazzy puts up an exercise.. i think the bunny exercise there is really... (by blackcoder41)
|
by sundodger
typedef compilation error
|
|
[3 replies] Last: cool~ (by phikaa)
|
by Darth Bane
My First Program
|
|
[no replies]
|
by davermont
Heap Corruption!?
|
|
[3 replies] Last: Well, that explains it. Originally it was allocated from the heap and ... (by davermont)
|
by GRH
Short Question
|
|
[9 replies] Last: One algorithm might loop through n elements once (n) and another might... (by moorecm)
|
by davermont
Pointer to an array of pointers.
|
|
[7 replies] Last: Thanks, that constructor was the problem. (by davermont)
|
by xyriene
My first program
|
|
[8 replies] Last: Glad to be of assistance. (I've said that a total of three or four ti... (by tummychow)
|
by Tom Backton
Type convertion error in VC++
|
|
[5 replies] Last: Think of the const not as applying to the pointed-to data, but to the ... (by helios)
|
by hadoque
array of objects using dynamic memory allocation
|
|
[7 replies] Last: Gee That was an embarrassing error... Super thanks for the quick res... (by hadoque)
|
by xiao yuen
Classes
|
|
[1 reply] : I hope you don't expect anybody to do that for you. That withstanding... (by tummychow)
|
by greyhound
Append Records
|
|
[3 replies] Last: void appendR (fstream& infile, char filename ) { //why use bina... (by blackcoder41)
|
by tr6r
repel cusor
|
|
[7 replies] Last: Use this index, it's the best I know of, and is what I use when my boo... (by gcampton)
|
by akshayk
argument of type `int (CaloCell::)()' does not match `int'
|
|
[3 replies] Last: ...and the semicolon should not follow the body of the constructor. (by moorecm)
|