by ghostfacelz
2D Array Passing to function - only reads first line
|
|
[2 replies] Last: The game board never changes (or gets modified). Since I never made a... (by ghostfacelz)
|
by hannes
header reference problem
|
|
[3 replies] Last: ok, thanks for advice, the article was really helpful! hannesvdc (by hannes)
|
by jonnie
class template specialization - incomplete type
|
|
[1 reply] : Partial Specialization of template functions are not allowed E... (by guestgulkan)
|
by keepjumpin
Converting 24 bit bmp to 8 bit grayscale
|
|
[9 replies] Last: ah, yep... I see it now... Thanks. Things are starting to clear up n... (by keepjumpin)
|
by gardinerca
How do I have undeclared functions?
|
|
[4 replies] Last: There's no standard way of creating a backspace, although I'd suggest ... (by Albatross)
|
by shadowayex
Conventions with Objects
|
|
[no replies]
|
by joeneldeasis
comparing a string from a file in C
|
|
[1 reply] : strcmp returns 0 when strings are equal. if(strcmp(store,get)==0) //... (by Null)
|
by smd75jr
Hashing troubles
|
|
[2 replies] Last: Hi, I want the user to be able to enter in the text they want to be... (by smd75jr)
|
by Krisando
In need of a ini library with sectionNext and keyNext
|
|
[4 replies] Last: Thanks, had no idea it had an ini parser due to the name. =P (by Krisando)
|
by aatwo
Array Pointers
|
|
[3 replies] Last: int *ptr = NULL; &ptr ; // Is it safe? (by ne555)
|
by shadowayex
string variables as arguments to constructors
|
|
[2 replies] Last: That worked wonderfully. Thank you very much for the help =) (by shadowayex)
|
by uiiihr
Priority Queue - very slow
|
|
[4 replies] Last: No, it will not. I did an experiment, the code finish the loop in a se... (by uiiihr)
|
by mothmann
New Pointer Object and leaking?
|
|
[2 replies] Last: You meant "destructor". Alternatively, check out boost. The STL ... (by kempofighter)
|
by alexmbcm
Using overloaded iterators inside class functions
|
|
[9 replies] Last: I got it, thanks (by alexmbcm)
|
by Gnaget
array being filled with same pointer
|
|
[5 replies] Last: The MAX_HISTORY - 2 is used since the loop references i+1 Yes, but ... (by Athar)
|
by matt295
c++ problems with printing bubble, insertion, and selection sort program?
|
|
[1 reply] : template < class ItemType > void Swap(ItemType r, ItemType l); That ... (by ne555)
|
by m75214
Mercurial
|
|
[no replies]
|
by mdanyjam
how to load image files in c++??
|
|
[3 replies] Last: Thanks Athar & Duoas... (by mdanyjam)
|
by Null
How to avoid goto in this code
|
|
[4 replies] Last: This problem can be fixed with another try-catch block: int f(){} ... (by Null)
|
by lovelyhakeem
pointers
|
|
[2 replies] Last: tnx alot (by lovelyhakeem)
|