by mlongo555
Help designing a struct
|
|
[1 reply] : You have a player called name, and a string called name. You can't hav... (by Zhuge)
|
by enigman
Container of a hierarchy of objects
|
|
[8 replies] Last: If you need to be able to identify every single class in hierarchy, yo... (by MiiNiPaa)
|
by voidStream
Tree
|
|
[2 replies] Last: Basic Linked List A linked list is a structure with a pointer to an... (by Duthomhas)
|
by comptono
Chapter 14 Programming Projects 5
|
|
[1 reply] : Please note, that this is not a homework site. We won't do your homewo... (by MiiNiPaa)
|
by Deon92ready
Help with Homework
|
|
[2 replies] Last: #include <iostream> #include <string> using namespace std; class Emp... (by bclemon)
|
by jwsports
cant get GetOpenFIleName() to return string.
|
|
[13 replies] Last: I got it to work, i had to change the char to a WCHAR, these UNICODE ... (by Disch)
|
std::match_results with std::basic_string (regex) |
|
[2 replies] Last: Perfect! Thanks for the quick reply and the extra note. (by DavidTroendle)
|
by superfury
How does (PC-)Adlib percussion work?
|
|
[no replies]
|
by lolnyancats
Looking for a compiler
|
|
[4 replies] Last: This thread has several links http://www.cplusplus.com/forum/general/1... (by JLBorges)
|
by moshoo
M@gic squ@res
|
|
[2 replies] Last: Props actually on doing a very good job. I don't know enough about g... (by Duthomhas)
|
by CRooky
comma program
|
|
[2 replies] Last: Read this: http://www.cplusplus.com/reference/ios/fixed/ you may find... (by coder777)
|
by praneshiitm
getline skipping first time
|
|
[3 replies] Last: You probably used cin >> ... (which leaves then end of line in the s... (by coder777)
|
by Bluebaron
Bool Statement Issue
|
|
[3 replies] Last: lol. Xismn, I appreciate you taking the time to find that for me. I fe... (by Bluebaron)
|
by CRooky
perimeter program 2 versions
|
|
[1 reply] : The first makes no sense: // call: calcPerimeter & then calc sideC pe... (by keskiverto)
|
by vinnyo
HW question
|
|
[1 reply] : how I can covert them into to decimal i variable should contain dec... (by MiiNiPaa)
|
by krisapp
vector with 100 ints
|
|
[8 replies] Last: i have solve it.. in fact the 2nd for loop was nt necessary... thks gu... (by krisapp)
|
Searching a MultiMap with Regex |
|
[2 replies] Last: Hi kempofighter , I meant getting the work done fast (chrono). Thank... (by closed account 18hRX9L8)
|
by CRooky
T Minus loops
|
|
[4 replies] Last: You can do what you just had, though slightly different (as @ne555 sug... (by TwilightSpectre)
|
by knowNothing
SSE Matrix Multiplication Error
|
|
[3 replies] Last: You could represent the matrix as a struct or class , and then dyna... (by TwilightSpectre)
|
by bodyguard814
Big Integer Class using Dynamic Arrays
|
|
[1 reply] : Example: int main() { int size; std::cin >> size; int *array... (by KyiannaJones)
|