Beginners - February 2008 (Page 10)

books or tools?
 
I've noticed many of people who post on this site go to school for programming. I am new to programming and am looking for any info to help me get started with ...
[1 reply] : I wouldn't call myself by either of those titles but I have done a lit... (by dolorx)
problem with matrix generating code
 
Hello all, I am having trouble with generating this simple code. It keeps on posting "invalid type errors" when I am compiling it. It also posts that there...
[2 replies] Last: and this will fix my problem? where should I declare 'n'? should I d... (by decoyeighty)
by mwg47x
Inputting multiple numbers using cin
 
I am trying to figure out how this code is working: int number, sum = 0, count = 0; cout << "Enter 10 negative numbers:\n"; while (++count <= 10...
[2 replies] Last: Thank you very much! It's crystal clear now. (by mwg47x)
Question about file streams failing to open
 
Hello, First time posting here. My problem is when I ask the user for the file they want to open if they type it in correctly the first time it breaks out o...
[no replies]
convert structure based program to classes
 
I'm trying to convert this program that's structure based to classes, but I've hit a wall and i don't know what's wrong. I need to make a class for Account and ...
[no replies]
by fizixx
General Questions
 
Hi everyone... This is my first post. I've been trying to do a lot on my own, but am stuck and would like to get some help please. Everything I have learn...
[no replies]
by Lion
I need help please calculator program
 
I need to write a program wich will act as a four function calculator. That will read a number read an operator read another number then do the operation.The ca...
[3 replies] Last: =) You are quite welcome mate. (by chris)
by Kenny2
How do you prevent someone from typing in text?
 
Example #include <iostream> using namespace std; int main() { int age; cout << "How old are you? "; cin >> age; } I don't know how to pre...
[2 replies] Last: #include <iostream> using namespace std; int main() { char age ... (by chris)
Help with calculating program
 
how do you code setting your output to a currency format, percent with two decimal spots, and regular decimal spots?
[2 replies] Last: So How would I fix the following? #include <iostream> #include <co... (by Zaddock)
by Zolez
Help to exams project.
 
Hello guys, I'm gonna choose a good exams project, tho my programming is C, not B neither A. So probably I dont need to the some huge things to impress the t...
[2 replies] Last: I were wondering, a text based console application. Actually it dont h... (by Zolez)
Delete an array element
 
Hello Programmers, Good morning, I have a question in deleting an array element. Can anybody help me with the code and a little explanation. Cheers, Karl
[3 replies] Last: So, you want the element to be there, but blank? | 123 | 456 | 784... (by AzraelUK)
function overloading problem...
 
Why do I get a compile error about redefinitions of instance_create()? There all useing diffrent return types. If I can't do this how can I do it such that it c...
[1 reply] : You're doing it wrong. void proj_bullet::proj_bullet() { // do sh... (by AzraelUK)
by haplo
type casting
 
I'm doing a homework assignment that requires me to write a program that pulls from text document A and put that info and more into text document B. I have to ...
[8 replies] Last: Thanks! That really helped a lot! Much appreciated. (by haplo)
Any good ideas for new programs??
 
Im trying to learn c++ and I cant think of any good programs to write. Any ideas? Maybe fun programs that you've written before. Just looking for ideas. Any hel...
[1 reply] : Calculator(multi function, support for decimal, error checking) Notep... (by eversi0n)
Need help with looping menu
 
Figured it out, just replaced the if statements with a switch and ka-boom she works ;D. #include <iostream> using namespace std; int main() { int...
[no replies]
February 2008 Pages: 1... 8910
  Archived months: [jan2008] [mar2008]

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