by RollTheRim
Having an hard time with char* arrays
|
|
[4 replies] Last: Here's the remove logic. It is SO important that you clean up after yo... (by booradley60)
|
by pravi
How am I getting these outputs in C?
|
|
[2 replies] Last: The third fragment makes sense if the last printf's string starts with... (by andywestken)
|
by suko123
fatal error LNK1169: one or more multiply defined symbols found?
|
|
[18 replies] Last: what is the function meant to do? "squareFloat" implies to me that you... (by mutexe)
|
by Vicarious
Stroustrupp PPP ch3 ex7
|
|
[3 replies] Last: Awesome thanks alot! I knew it was something small. Also I had va13 on... (by Vicarious)
|
by suko123
Output Problem
|
|
[4 replies] Last: Yeah, but WHY does it have two calculations? Why isn't it like squareI... (by booradley60)
|
by Andreeei
Dynamic array of pointers
|
|
[2 replies] Last: The error refers to pointers+i->value . The 'pointers' is (probably) ... (by keskiverto)
|
by Winsu
inheritance
|
|
[7 replies] Last: I meant with system class a set of class....thanks!! (by Winsu)
|
by Don Kumar
Graphical Programming
|
|
[5 replies] Last: Actually SFML is perfectly capable of doing applications, though you m... (by shadowmouse)
|
by HelenI
Bool Array
|
|
[1 reply] : The conditionals in your if statements are tautologic. But they are co... (by tcs)
|
by pravi
Strlen() in C
|
|
[1 reply] : Strlen will not work for non- null-terminated character arrays . What ... (by MiiNiPaa)
|
by suko123
C++ Visual Studios 2013
|
|
[13 replies] Last: Gotcha! (by suko123)
|
resource manager |
|
[2 replies] Last: @shadowmouse thanks, can you help me about this? template<typena... (by xenoviaquarta)
|
by uasydney
A Bubble sort Pseudocode
|
|
[2 replies] Last: You are a champion !! Thanks a lot mate.. (by uasydney)
|
by allo0
String error
|
|
[2 replies] Last: Thanks rafae11 (by allo0)
|
by Chahunda15
Need Efficiency/Simplest Code
|
|
[13 replies] Last: @shawnlau wrote: My problem is my code looks more like c than c++, b... (by CodeWriter)
|
by jasperchin
Inheritance&Polymorphism
|
|
[5 replies] Last: I think line 9 of MiiNiPaa's code should be painting->setArtist(arti... (by andywestken)
|
by shawnlau
Passing a string literal as a reference
|
|
[9 replies] Last: > I will find the string literal "Hello World!" in the code We would ... (by JLBorges)
|
by stav
guessing game isnt working >:(
|
|
[1 reply] : I would not call this simple, overly complex would be a better descrip... (by admkrk)
|
by DanteWylde
Lab Assignment - Jellybean Jar - Not declared in this scope
|
|
[2 replies] Last: Wow, I can't believe I did that. Thanks for pointing that out... (by DanteWylde)
|
by Reekoh
Time calculation problem
|
|
[3 replies] Last: oh thanks!, both of your answers really helped me understand what I wa... (by Reekoh)
|