by rdigney
help me finish this homework assignment
|
|
[4 replies] Last: Thank you so so much!! (by rdigney)
|
by Yoooooo
Hanoi Tower
|
|
[1 reply] : http://www.cplusplus.com/articles/D2N36Up4/ It is called recursive fun... (by Happilicious)
|
input xy coordinates and stuff |
|
[1 reply] : Line 10-11: Why does Point have two x and two y values? A point shou... (by AbstractionAnon)
|
by iSquall17
While loop for decision making
|
|
[2 replies] Last: Everything is correct, just replace while loop with do while loop. 'de... (by Happilicious)
|
by Nakruf
Gives error but works.
|
|
[1 reply] : c_str is a member function of a string, not a field. Put parentheses a... (by booradley60)
|
by zeroblank
no output .. Vector.at()
|
|
[3 replies] Last: Oh xD .. thank you =D lmao (by zeroblank)
|
by ovHel
[REQUEST]Code Review
|
|
[4 replies] Last: Suggestions. Use arrays (or better vectors) and loops. Separate data f... (by Chervil)
|
by Happilicious
Review and suggestions for my code
|
|
[4 replies] Last: @jib Noted, thank you very much for your feedback and help, i really a... (by Happilicious)
|
by martinone
Char to asciii
|
|
[3 replies] Last: Yep, I have to use unsigned Thanks (by martinone)
|
by markusfurst
Ceasar cipher
|
|
[3 replies] Last: Every fifth element refers to elements with zero-based indices 5n fo... (by mbozzi)
|
by Googie85
Convert .BMP to .JPG
|
|
[3 replies] Last: Or perhaps even simpler: if (! ERROR_SUCCESS == std::system("mogrify ... (by mbozzi)
|
by imstuux
Count from 10 to 0 to 10
|
|
[2 replies] Last: Thanks a lot! (by imstuux)
|
Unable to input plz find error in my c++ code |
|
[1 reply] : Why do you have an array of title in your structure? Since you only h... (by jlb)
|
by jessica1234
how to find out the length of an array?
|
|
[4 replies] Last: While it is not as user convenient as using STL containers, particular... (by closed account 48T7M4Gy)
|
by student01
SDL Question!!
|
|
[4 replies] Last: Thank You got it =) (by student01)
|
by mgala
Time difference computation not functioning properly
|
|
[2 replies] Last: Any time you find yourself writing very similar code more than once, y... (by dhayden)
|
by MarkUK
Error: ld returned 1 exit status
|
|
[2 replies] Last: Dude ! You saved my life ! Haha ! It didn't occur to me that the seco... (by MarkUK)
|
by JKLolling
Strlen() always returns 6 or 0!
|
|
[12 replies] Last: The problem is the memory holding the string is released, and at the m... (by liuyang)
|
by student01
Command Line - reading and displaying
|
|
[2 replies] Last: Thank You =) (by student01)
|
by Hampton
Unresolved external symbol
|
|
[2 replies] Last: Alright, looks like I actually didn't pay enough attention. operator<<... (by Hampton)
|