by irfan2266
singleton class
|
|
[5 replies] Last: Master& Master::GetInstance(const string& Qname){ static Master sin... (by irfan2266)
|
by luv2program
How to pass a numbers from a file to a function?
|
|
[9 replies] Last: gonna work on this tomorrow and turn it in late lol.. (by luv2program)
|
by amc246
Help:The for loop-sum of cubes between 2 and n!
|
|
[13 replies] Last: Hi there, Please wrap your code in [cod e] -tags, it makes it much m... (by closed account o3hC5Di1)
|
by Alex1991
Using functional decomposition
|
|
[1 reply] : Please, explain lines 14 and 33. (by keskiverto)
|
Need help with function |
|
[7 replies] Last: Rephrased: I have this piece of code. I have these input. I cannot t... (by keskiverto)
|
by n00bcpp
[COM] CreateObject equivalent in C++ 6.0
|
|
[2 replies] Last: Wrong place... and wrong year. Right place is: http://social.msdn.mic... (by Catfish4)
|
by canucksfan1
Variable "--" being used without being initialized
|
|
[1 reply] : There are several points here. First, when a variable is not initialis... (by Chervil)
|
by xswtnsour13x
Type Casting
|
|
[8 replies] Last: Oh! Ok! Thanks for explaining. I really appreciate it. (by xswtnsour13x)
|
by Pmiccich1
Who's C++ tutorials should I be watching?
|
|
[9 replies] Last: Okay. I seem to have gotten everything working. Thank you everyone. :) (by Pmiccich1)
|
by ivan1
Shift the elements of an array
|
|
[3 replies] Last: yes, it does shift the elements but it updates the current array No i... (by MiiNiPaa)
|
by MathNerd
First Time Using C++ ( High School Student) (1,2)
|
|
[27 replies] Last: Thank you all for taking the time to help me. I would like to get tha... (by MathNerd)
|
while loops and reprompting user please answer |
|
[1 reply] : std::cout << "enter values"; std::cin >> values; while(values < senti... (by MiiNiPaa)
|
by canucksfan1
Using a loop to get sum of integers? Help
|
|
[1 reply] : You don't need to use the formula (except for purposes of checking the... (by Chervil)
|
by doctab18
Replacement Strings help
|
|
[3 replies] Last: First, read this: http://stackoverflow.com/a/3418285/1959975 Then let... (by LB)
|
by AdrianV
Ignoring spaces with string
|
|
[2 replies] Last: [quote=Yanson]you need to follow that statement with a call to cin.ign... (by MiiNiPaa)
|
advise on how to create a specific game idea |
|
[5 replies] Last: i asked for advise on what sort of software would be best to learn for... (by MarketAnarchist)
|
by ivan1
Assigning arrays to other arrays
|
|
[3 replies] Last: I don't know, the syntax is correct and it compiles for me: http://ide... (by LB)
|
by mathman23
Selection Assignment
|
|
[4 replies] Last: Write the program calculate that will read in two double values and th... (by mathman23)
|
by petemac117
extra line being read from file
|
|
[6 replies] Last: By the way, where did you come by this whole "while (accountListIn.goo... (by Cubbi)
|
by segurivirix
Advice for begginer making a Calculator
|
|
[2 replies] Last: thank you i will :) (by segurivirix)
|