by henson33
Dice Rolling simulator
|
|
[2 replies] Last: 1.) Your array only goes from 0-11, not 1-12, so you are accessing an ... (by firedraco)
|
by nireshkaka22
Sending SMS msgs from microcontroller
|
|
[1 reply] : What makes this a General C++ Programming problem? (by PanGalactic)
|
by Alan
Problem with virtual classes.
|
|
[2 replies] Last: thanks. (by Alan)
|
refining data structures |
|
[4 replies] Last: Excellent, I'll give that a go. Thanks for the help (by iwasinnamuknow)
|
by jrohde
Overloaded base class methods in derived class
|
|
[4 replies] Last: Some info on this (doesn't really answer question though): http://w... (by jsmith)
|
by pirate959
sort vector of objects
|
|
[5 replies] Last: By the way, there is a container called std::list. I'd be careful abo... (by kempofighter)
|
by x C0MMAND0 x
Automatic object creation?
|
|
[3 replies] Last: For example: #include <iostream> #include <vector> //for vectors ... (by firedraco)
|
by kakashi316
no match for operator?
|
|
[2 replies] Last: thanks dude (by kakashi316)
|
by jpardila
dereferencing a 2D dynamic array.
|
|
[5 replies] Last: Thanks!. Please mark the topic as solved. That will help other users w... (by JRevor)
|
by jd66613
go to line?
|
|
[3 replies] Last: It's said to try and avoid the goto feature. Although it can be extrem... (by closed account S6k9GNh0)
|
by spazamatic2
Outputting new lines for each 10
|
|
[4 replies] Last: Tested and it works, please study it!! YOU MUST LEARN FROM THIS: ... (by mbittel12)
|
by abhipro
Cannot open header file
|
|
[2 replies] Last: Projects are tricky, you probably have the header file saved somewhere... (by mbittel12)
|
by nsw1216
unexpected end of file
|
|
[4 replies] Last: bool StaffMenu() { system ("CLS"); int j; cout<<"**********... (by nsw1216)
|
by jd66613
loops
|
|
[2 replies] Last: What dose "string e" include? Just one word or some words? If the "st... (by player6)
|
by nikman
polymorphism
|
|
[6 replies] Last: ok thank you :) (by nikman)
|
by HarbingTarbl
Messing around with Sound.
|
|
[1 reply] : Check this out maybe http://msdn.microsoft.com/en-us/library/bb31866... (by Alan)
|
by maximusava
Array or Vector Information
|
|
[7 replies] Last: I'm confused. When I moved the open outside of the do loop and elimin... (by jsmith)
|
by newbeecoder
C++ list
|
|
[6 replies] Last: std::set<> is a container that does not allow you to insert duplicates... (by jsmith)
|
by DavidB
Questions on programming
|
|
[10 replies] Last: http://www.cplusplus.com/reference/algorithm/max/ (by Bazzy)
|
by hsash
convert cstring array to int array
|
|
[4 replies] Last: With C you can use sscanf http://www.cplusplus.com/articles/numb_to... (by Bazzy)
|