by ovaltine99
Program is not breaking out of loop. Please help
|
|
[5 replies] Last: So I got rid of the break with 0 is entered that was on line 58. Every... (by ovaltine99)
|
by bleaz
Programming Program
|
|
[1 reply] : This belongs more in the lounge. Also, http://cplusplus.com/articles/3... (by hamsterman)
|
by dekeenfrance
Searching for efficient code
|
|
[10 replies] Last: Yes. I think your code get the same results as mine. but yours is shor... (by dekeenfrance)
|
by martianxx
Arrays and Inheritance
|
|
[1 reply] : To get your code to work, you could use Animal* animal_array ; Pra... (by Cubbi)
|
Filling array with unique numbers? |
|
[14 replies] Last: @cire Now I see! THANKS mister! I finally understand! :D (by AnEvilVegetable)
|
by Dafuqqqq
hey- programming help! (I have most of it)
|
|
[no replies]
|
OpenGL Voxel Engine |
|
[6 replies] Last: Yeah, I just figured that out, and was writing a post to say never min... (by Pickle Gunner)
|
Format to access a class function pointer which is a member of a struct |
|
[1 reply] : Read this: http://www.parashift.com/c++-faq/pointers-to-members.html ... (by vince1027)
|
by Hucaru
SFML Window title
|
|
[2 replies] Last: Thanks that worked. Had no idea that there was much of a difference be... (by Hucaru)
|
by ekolet
How to open a file from a spesific directory
|
|
[13 replies] Last: I think ShellExecute() could be much better choice if you want to exec... (by modoran)
|
by Untrue
Sorting characters in an ADT List
|
|
[1 reply] : God I need to sleep. You also need to improve your otherwise atroci... (by Catfish3)
|
by Nerdoface
Problem in my programme
|
|
[1 reply] : There's really not enough here to see a problem. Can you post complet... (by AbstractionAnon)
|
by Ali93
Error in Copy Constructor(stack)
|
|
[1 reply] : At line 9 of the copy constructor, you're going beyond the bounds of t... (by AbstractionAnon)
|
by Copy
Any recommendations?
|
|
[2 replies] Last: I used jumping into c++, it teaches you a concept, then shows you how ... (by Pickle Gunner)
|
by AAohammad
public inheritance and mixin style
|
|
[no replies]
|
by nishantve1
Passing one row from a multidimensional array into a function .
|
|
[2 replies] Last: Thanks, I figured this way out , double largestFromEach ; f... (by nishantve1)
|
Developing FIFO queue, need something better than time(NULL) |
|
[7 replies] Last: Or simply clock() for c++98 By the way, time() and clock() meas... (by ne555)
|
by jumper007
STL issues.. (again)..
|
|
[no replies]
|
by brandonator
Need help Getting Map to center around character.
|
|
[18 replies] Last: Thanks for the help, it worked perfectly :) (by brandonator)
|
by LB
Bad design? So what's the solution? (1,2,3)
|
|
[45 replies] Last: Ok, I was trying to avoid over explaining things to someone who knows ... (by TheIdeasMan)
|