Beginners - April 2012 (Page 33)

Streamsize, setprecision - Accelerated C++
 
Could someone explain the following bit of code as I'm still a bit unsure... I get the jist of it b...
[1 reply] : // get the current setting of precision in cout (without changing it... (by JLBorges)
Startup project
 
Hi all! I'm a 3D artist trying to learn C++ and I have som general understand of C++ now, at leas...
[no replies]
Problems with a simple menu
 
Good evening, I am new to C++ and I'm having a bit of trouble with a simple menu I'm trying to gene...
[no replies]
by cjw92
Reading in an equation from a stream
 
If I have a stream that has coordinates of a point that are being added together, is there any way I...
[4 replies] Last: I only mentioned cin and cout to say "hey maybe you have worked with s... (by Lowest0ne)
i need help with two confusing errors
 
The first one i have no idea whats wrong cout<<"Please Enter Student Name: "<<endl; cin>>st...
[4 replies] Last: All your code is a mess :S double Num_Ans = cal1+cal2+cal3+cal4+cal5... (by Shinigami)
please help (1,2)
 
Hello I'm a student in an intro to C++ class. I have a homework assignment on arrays and am seriousl...
[32 replies] Last: This line declares an array of 20 characters. char student_answers ;... (by vin)
Multiple math problems
 
Hi i'm trying to get the result of one math equation to go over and be inserted into another equatio...
[no replies]
Need help to fix coding
 
Hi, I'm new to programming and I came accross this code online. But when I complied it, and enter, e...
[1 reply] : It works OK for input <=55. It doesn't work for 56 and above. For 56... (by vin)
Temperature Converter; first little project
 
I'm a high school student going into programming classes next year so I wanted to get a hang for C++...
[2 replies] Last: Thank you very much for the quick and useful response! :D It works gre... (by Mike1013)
Loopy with Loops
 
So there is an error in my loops :/ basically the code is for a mastermind game, if you can see my e...
[6 replies] Last: Thank you so much cire. That version seems to work perfectly, and you ... (by elleNEO)
homework from university about C++
 
did somebody can help me to show the source code of this result??? this is my homework... please hel...
[1 reply] : Alright, now I'm only a beginner, but here is what I have so far... #... (by drawingkid1313)
bool program (doubling pennies to a million)
 
So I need to write a program that shows how many weeks it will take to double a weekly one penny all...
[10 replies] Last: @CJC - Thanks, that worked! Any good reference material anyone can li... (by chirrrs)
by hvigil
text to array
 
Hello Im trying to send these text intergers into my array the Numbers are: 9 -3 45 -90 400 -20...
[3 replies] Last: it will get 50 numbers. you could also try int i = 0; while(infile >... (by ui uiho)
Calculator
 
Hello I am somewhat new to c++ so im not sure why this is happening this is what I have so far #i...
[10 replies] Last: Switch statements can be faster than if statements, for example: sw... (by Lowest0ne)
No overloaded function takes 6 arguments error
 
Im getting the a error that reads *Error 1 error C2661: 'StudentInfo::StudentInfo' : no overloaded f...
[6 replies] Last: Wow, it was as simple as that! Thanks very much. (by RookieOfTheYear)
Functions
 
EDIT: I managed to fix all the former errors but now when I run the program the soFar doesn't update...
[2 replies] Last: Edited (by Praetorx)
term does not evaluate to a function taking X arguments
 
Can someone help me figure out what I'm doing wrong that's causing this error on lines 34 & 35 (func...
[2 replies] Last: Thank you!! (by pstchnt)
Doubly Linked List compiler errors - All over!?
 
(No #includes or 'using' of any kind allowed) So I have a dlist.h and dlist.cpp... My first line ...
[3 replies] Last: #include "dlist.h" although, that results in recursion. It really ... (by cire)
by hvigil
Help with txt file to array
 
Hello, Im trying to pass values in the txt file to my array. But my program is not able to do that. ...
[4 replies] Last: Thanx JCaselles it works now!! (by hvigil)
by skarla
programm in c++ (1,2,3)
 
hi i am new in c++ and my dream is to create a good programm ,like game or something else!!! i am 1...
[42 replies] Last: First learn C++: http://cplusplus.com/doc/tutorial/ Second, develop yo... (by BHX)
April 2012 Pages: 1... 3132333435... 66
  Archived months: [mar2012] [may2012]

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