Beginners - October 2012 (Page 43)

pointer to function
 
Can anybody help me with this program. Q.-Write a function that receives a string as an argument and returns after togging the case of every alphabet and cre...
[no replies]
Help-monthly loan payment!
 
Hello, I need some help with this program. I did the monthly loan calculation but I don't know how to do the part where it says 1). the interest rate go from ...
[no replies]
by Ch1156
What is stringstream and why should i use it
 
Ok so i have been reading up on stringstream and from what i gathered its basically like fstream except it doesnt output the contents to a file, correct? what e...
[3 replies] Last: I did look it up on this site and i didnt find it helpful. But looked ... (by Ch1156)
Password Verifier Syntax Help
 
My Do While Syntax is wrong. I can't get it right, either. It is changing the boolean like it's supposed to, but it isn't breaking correctly, therefore only usi...
[3 replies] Last: Okay, I guess I had forgotten how switches work. I'll try and fix it l... (by CONNERtheBUSH)
tax code of 1913
 
Hello guys! Living in Virginia and going to school I took a cplusplus course. I was wondering if anyone could help me with creating a code for asking the user ...
[4 replies] Last: @nathan10 I pretty much figured that When I copied my code it did not... (by closed account NUfLy60M)
Trans program into Russian in QT C++
 
I'm An entry level programmer and new to QT too. I have a project where i am hard coding my programing into a three different languages. I am having an issue on...
[no replies]
im trying to use pointers to get one object to take damage from another
 
so in my mind i wanted something like playerobject.takehealthfrom->baddy object i could only make pointers point to class however and i got something runnning...
[6 replies] Last: must...grasp....pointers...yeah kay i will do as you say you are right... (by devonrevenge)
name from file to file
 
Please help i can't figure out the error and it is driving my insane according to VS 2010 lines 27 & 29 but u can't figure it out please help // namegame....
[1 reply] : it is at the lastmame.get the "." is acting like an error (by jsnookiii)
C++ regular expression
 
Hi, I am writing a program which takes as input, a sentence (string), and my program performs various checks on that sentence. The following is a list of si...
[1 reply] : You can certainly use the regular expressions that are part of the sta... (by Cubbi)
by yangi
searching for some c++ cod
 
hi all i would like to create 2 nodes each node moving in defined area for example: ** node0 start from x=100,y=100 to x=0,y=0 and back again. ** node1 start...
[2 replies] Last: hi thanks for your reply and i am sorry for late response assume i hav... (by yangi)
by Growl
Can't understand what I need to do...
 
There is a integer n. Find primes that is < than n and they can be expressed in the form 2^k-1.
[1 reply] : An integer X can be expressed in the form (2^k)-1 if there is an integ... (by Moschops)
by Tate
While Statement not counting first number entered but counting all others...
 
My C++ program is supposed to sum and display the average score of students in a class and display the total number of scores entered. The problem I'm having i...
[7 replies] Last: No problem, Newbieg. I really appreciate your input and hope you'll p... (by Tate)
by shaggy
Reading txt files problem
 
Hey guys, I was wondering how i could maybe right some custom code in a txt file, like: "left 100 jump left 10 shoot" Or some basic custom code or instr...
[5 replies] Last: Ok, thanks alot man! Just wondering if you guys could help me with th... (by shaggy)
show valuess from a standalone class in main unit
 
i have class "class validate" with an object "validateage(age)" receives the age from the main unit form. now how do I display the output of the validateage(age...
[1 reply] : You interact with the class using the class' functions. Have the funct... (by Moschops)
by skarla
Opengl
 
Hello. when write an opengl program should use these always? SDL_GL_SetAttribute(SDL_GL_RED_SIZE,8); SDL_GL_SetAttribute(SDL_GL_GREEN_SIZE,8); SDL_GL_S...
[no replies]
I NEED HELP.
 
I have been asked to write a simple program to determine the grade of a student given the condition below; 0 - 49 =F 50 - 59 =D 60 - 69 =C 70 - 79 =B...
[4 replies] Last: Im not good at math or geometry so sorry i cant help, unless you give ... (by Ch1156)
Help with sum, mean and variance.
 
Hello! I am completely new to c++ and have decided to teach myself! For an exercise I want to use the numbers (1-100) in a file called Numbers.txt., then to...
[1 reply] : You may not place any statements except declarations outside a functio... (by vlad from moscow)
C++ SMS SDK for Visual Studio
 
Hello guys.I just need your opinion on something I found. It is an application written in C++ using Visual Studio 2008 to illustrate how you can send and recei...
[no replies]
Open app in c++?
 
I was wondering if I could open a third party application or file inside of a C++ program. I want to be able to type a phrase and open a program. Can someone ...
[17 replies] Last: [quote=Moeljbcp]The shortcut on your desktop, if you right click it an... (by Chervil)
by szlol
How to assign an element in a string to a variable?
 
So basically I'm extremely confused. When debugging my code I am using a string 'amountd' which is input by the user in the beginning of the program. The input ...
[2 replies] Last: I literally love you. (by szlol)
October 2012 Pages: 1... 4142434445... 84
  Archived months: [sep2012] [nov2012]

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