by PBIRBAS
Question dealing with Array print commands
|
|
[1 reply] : The printf instruction will print out the dirty data which are after t... (by screw)
|
by PBIRBAS
Need an opinion about C creation array problem
|
|
[1 reply] : Hi! http://www.cplusplus.com/reference/clibrary/cstdlib/malloc/ ... (by screw)
|
by minkoko
unicode
|
|
[2 replies] Last: Also here's a good background on the subject: http://www.joelonsoft... (by Lodger)
|
by pressence
If statement not working
|
|
[2 replies] Last: hey, that worked perfectly, thanks for the help. Actually made things ... (by pressence)
|
by agnea
Ternary Operator
|
|
[2 replies] Last: Thanks! (by agnea)
|
by mattzorx
invalid conversion from 'int*' to 'int'
|
|
[2 replies] Last: oh my.. don't know how i missed that. okay now its running and calcula... (by mattzorx)
|
by minix
Static Code Analysis
|
|
[no replies]
|
by nukem419
anyway to make this while statment shorter?
|
|
[11 replies] Last: Some compilers make long long twice as long as long, others just throw... (by helios)
|
by fattyjonx
c++ command similar to setw?
|
|
[1 reply] : You could probably put all the data into a stringstream first, then us... (by Zhuge)
|
by enterprize
Deleting extraneus input
|
|
[3 replies] Last: After you read in a, use cin.ignore() to ignore the rest of the input.... (by Zhuge)
|
by Coaster3000
Clear screen without SYSTEM("cls")
|
|
[10 replies] Last: You could look into ncurses/pdcurses (windows version I think). They ... (by chrisname)
|
by molim1
Segmentation Fault
|
|
[2 replies] Last: I'm here to learn, not the best professor I have Is parta not point... (by molim1)
|
by Coaster3000
Set on declare (Multi dimensional Arrays)
|
|
[4 replies] Last: Thankyou so much. I hope i can help others someway sometime :). I know... (by Coaster3000)
|
by deadbolt742
confused with array sorting
|
|
[6 replies] Last: Thank you so much totally forgot about declaring the temp as a string.... (by deadbolt742)
|
by bigdog
Accessing elements in Array of char pointers (char**)
|
|
[8 replies] Last: Thanks man!!! I will check the articles... I have been playing wit... (by bigdog)
|
by JohnOPhelan
An 'illegal else without matching if'
|
|
[9 replies] Last: I tried % , I removed it early on in the debugging stage because I tho... (by JohnOPhelan)
|
by AdRock
splitting a string
|
|
[4 replies] Last: The debugger is critical in this case. This is the kind of problem th... (by kempofighter)
|
by udochi3
Problems overloading the addition(+) operator
|
|
[1 reply] : Post the code please. Post the declaration and defintion of your clas... (by kempofighter)
|
infinite loop? |
|
[9 replies] Last: See if this helps to explain the problem any better. The entire I/O s... (by kempofighter)
|
by newb00
SDL LoadBMP from seperate cpp?
|
|
[4 replies] Last: http://www.libsdl.org/faq.php?action=listentries&category=2#19 #in... (by Duthomhas)
|