Beginners - October 2013 (Page 77)

singleton class
 
I want to initialize MsgQ object with argument as some message queue name. One soloution i have is ...
[5 replies] Last: Master& Master::GetInstance(const string& Qname){ static Master sin... (by irfan2266)
How to pass a numbers from a file to a function?
 
Hi ive been searching google for quite some while now and i cant figure out how to use the 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!
 
Okay I need a program where the user chooses a number greater than 2, then the program gives the sum...
[13 replies] Last: Hi there, Please wrap your code in [cod e] -tags, it makes it much m... (by closed account o3hC5Di1)
Using functional decomposition
 
I have this question thats bothering me and Ive been working on it for the past 2 days and its due m...
[1 reply] : Please, explain lines 14 and 33. (by keskiverto)
Need help with function
 
Trying to find the output off the statements cout << secret (3, 6) << endl; cout << secret (5, -4...
[7 replies] Last: Rephrased: I have this piece of code. I have these input. I cannot t... (by keskiverto)
[COM] CreateObject equivalent in C++ 6.0
 
Hi all. I'm a beginner in C++. Is there any well documented way to call COM objects in VC++ 6.0 (n...
[2 replies] Last: Wrong place... and wrong year. Right place is: http://social.msdn.mic... (by Catfish4)
Variable "--" being used without being initialized
 
Im trying to have the output display message saying "Your score was not a perfect score" If the aver...
[1 reply] : There are several points here. First, when a variable is not initialis... (by Chervil)
Type Casting
 
I've been reading through the first chapters of my C++ text book and I don't understand Type Casting...
[8 replies] Last: Oh! Ok! Thanks for explaining. I really appreciate it. (by xswtnsour13x)
Who's C++ tutorials should I be watching?
 
Lately I've been watching TheNewBoston's C++ tutorials... But I have some problems with it. He se...
[9 replies] Last: Okay. I seem to have gotten everything working. Thank you everyone. :) (by Pmiccich1)
by ivan1
Shift the elements of an array
 
Hi all, I have a function that I found on this forum: http://www.cplusplus.com/forum/general/1647...
[3 replies] Last: yes, it does shift the elements but it updates the current array No i... (by MiiNiPaa)
First Time Using C++ ( High School Student) (1,2)
 
Hello, I am currently enrolled in a college course at the community college I attend to, which I'm a...
[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
 
Hello, I am trying to make a program and so far I am having bad luck. How do you make it where if th...
[1 reply] : std::cout << "enter values"; std::cin >> values; while(values < senti... (by MiiNiPaa)
Using a loop to get sum of integers? Help
 
I did some more research and found a way to solve for the sum thanks! #include <iostream> //For co...
[1 reply] : You don't need to use the formula (except for purposes of checking the... (by Chervil)
Replacement Strings help
 
this is a homework assignment using replacement strings. When the code is ran BEFORE making correcti...
[3 replies] Last: First, read this: http://stackoverflow.com/a/3418285/1959975 Then let... (by LB)
Ignoring spaces with string
 
Hello there, Sorry if this has been asked before, but I cannot find an answer for this anywhere. I a...
[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
 
Hi guys. Ive been messing with c++ for a bit now and making games in the console window. Now i want ...
[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
 
Hi all, I have an array of numbers whose size is 15. Say, array . At some point, in my code, I wa...
[3 replies] Last: I don't know, the syntax is correct and it compiles for me: http://ide... (by LB)
Selection Assignment
 
Write the program convertChar that will read in one character (type, char) and then if the input ...
[4 replies] Last: Write the program calculate that will read in two double values and th... (by mathman23)
extra line being read from file
 
I'm making a banking program for my algorithms and data structures class. Everything is working fin...
[6 replies] Last: By the way, where did you come by this whole "while (accountListIn.goo... (by Cubbi)
Advice for begginer making a Calculator
 
hello buddies sorry im bothering you but im a starter and are making a prog that calcs Areas of Circ...
[2 replies] Last: thank you i will :) (by segurivirix)
October 2013 Pages: 1... 7576777879... 86
  Archived months: [sep2013] [nov2013]

This is an archived page. To post a new message, go to the current page.