Beginners - April 2008 (Page 11)

by pinkk
Help
 
I am in a C++ College Now course that I am not terribly great in. On this site, there is sourcecode ...
[no replies]
This program has to give the biggest of 10 numbers.What is the problem?
 
# include <iostream> using namespace std; int main () { int max=0; int ar...
[2 replies] Last: Try: union { int array ; int num1, num2, num3, num4,num5,nu... (by ropez)
HELP with multiplication tables
 
I'm having trouble getting the outputs of the multiples to work for a while loop multiplication tabl...
[2 replies] Last: nevermind!! got it!!! (by imonleeme)
Here we go loopde loop!
 
Any help in totaling my returns variable for output? Thanks #include <iostream> #include <ioma...
[3 replies] Last: Ahaaa! forgot to initialize return_total to 0 before loop. :) thanks!! (by mantater)
Linker Errors - In Bulks.
 
Hello. I've been continuing trying to improve my little "calculator". It's just a basic one with ...
[4 replies] Last: That worked perfectly! The program runs without problems now. Thank ... (by Gramdtante)
Coin Flip Output help
 
Hi, I got a question on the coin flip project. I got the program down right but my results show a ...
[4 replies] Last: Thanks Wolf. (by oatmeal1201)
Double Referenced Pointers and Syntax
 
I'm just curious if anyone has trouble with double referenced points and their syntax? Pointers can ...
[3 replies] Last: It might be an interesting point to say that: *bPtr ; is not a... (by snmcdonald)
run time error
 
with this code it reads file.txt into a multidimensional array, but when i run it prints the element...
[no replies]
by Roofio
Hey guys can u pls help me out last 1 i promise
 
hey guys thanks for your help so far, just need sum with this 1 Write a C++ program with a loop...
[1 reply] : // pseudocode = yes // Like perl people say, there's more than 1 w... (by Hotaru)
opening a program on another computer
 
i was wondering what i would need to do to be able to get one of my programs to be able to be opened...
[8 replies] Last: From MS site (Express FAQ) http://www.microsoft.com/express/support/f... (by closed account z05DSL3A)
by Roofio
Help with question, I cant get the program working
 
Hey, Can you please help me with this question, I'm a little lost Write a C++ program with a c...
[4 replies] Last: BTW: This is depricated MS-DOS code: #include <iostream.h> #inclu... (by ropez)
hi .........i had a simple question;;;;
 
i created a simple payrol progrram but there some thing error here is my code ;;;;; #include<ios...
[6 replies] Last: Depends on which manipulator you want to use, but this is a great plac... (by ropez)
Do you understand this?
 
I have a program that reads a file in binary, does some calculations with the numbers that are read,...
[2 replies] Last: Thanks, I'll check another time to make sure there are no uninitialize... (by kaklehona)
get game to make players take turns ?
 
Can someone explain to me how to get a game to have the players take turns rolling dice ? Thank you...
[4 replies] Last: You helped me tremendously and thank you. I will tell you I am trying... (by katielynnsdad)
What do i use to program
 
I understand that you need to write stuff and then stuff happens but i have absolutely no idea where...
[1 reply] : You can start by reading the articles and posts on this site. You have... (by katielynnsdad)
by Roofio
Help with C++
 
Hey, I ve been screwing around with this program for ages, and I cant get a decent run, now im a ...
[1 reply] : You just have to manipulate the strlen() function from string.h. Just... (by bayabear)
getting started
 
I have to calculate compounded interest with loops, not formulas. If it is weekly compounded intere...
[no replies]
back for help
 
Hello, I posted about a week ago with some pretty n00b syntax errors, now i'm tring to write ...
[1 reply] : OHH THE P0NAGE, y'all don't even know. i've been on this since last ni... (by enduser000)
Logical not '!=' ??
 
I am trying to create a do while loop with a logical not equal to statement within it for my program...
[3 replies] Last: do { cout << "What would you like to do? \n"; cout << "... (by firedraco)
by ACHRN
Formal Paramater assistance please.
 
ok, here's the thing, I can pretty much follow the instructor in class, but when I get home and ...
[2 replies] Last: thanks (by ACHRN)
April 2008 Pages: 1... 910111213... 18
  Archived months: [mar2008] [may2008]

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