Search:

Type: Posts; User: CrKrJak

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,224

    Ok this is what I have so far for the header...

    Ok this is what I have so far for the header file;



    //Automobile.h
    #include <iostream>
    using std::cout;
  2. Replies
    8
    Views
    1,224

    First code for Classes and Objects

    How do I even begin this code? The general instructions given are so not newbie friendly.... =( im stuck...

    I would like to work on the code myself but I need help starting it up.....

    ...
  3. Replies
    17
    Views
    1,922

    After a few edits I was able to get thefinal...

    After a few edits I was able to get thefinal version to work. Thank you guys!








    large = number1 ; //First number will be the largest number to compare
  4. Replies
    17
    Views
    1,922

    I don't want the largest number to be set as my...

    I don't want the largest number to be set as my first input. I want it to be random based on the integers inputed by the user.
  5. Replies
    17
    Views
    1,922

    ok, I am using this model to enter random numbers...

    ok, I am using this model to enter random numbers at any given point. Out of three random numbers I do not want to set "large = number1" for the code mentioned above.

    I want to place the number...
  6. Replies
    17
    Views
    1,922

    ok this works but if I use random numbers without...

    ok this works but if I use random numbers without the first number being number 1 then what>? Thats where I'm stuck
  7. Replies
    17
    Views
    1,922

    I am basically looking for the identifier to...

    I am basically looking for the identifier to recognize the larger of the integers inputed by a user.

    If I were to remove the "Large/large" from the code it will only ask to input the numbers...
  8. Replies
    17
    Views
    1,922

    so by removing the "Large/large" from the input...

    so by removing the "Large/large" from the input it compiles using the integers given when the user inputs them? I don't understand.
  9. Replies
    17
    Views
    1,922

    1>------ Build started: Project: Program_2,...

    1>------ Build started: Project: Program_2, Configuration: Debug Win32 ------
    1>Compiling...
    1>Program_2.cpp
    1>d:\Program_2.cpp(37) : error C2065: 'Large' : undeclared identifier...
  10. Replies
    17
    Views
    1,922

    check out my first program

    Hello,

    I am trying to write a program that reads three integers and determines and prints the largest number numerically in a group in which the values are not necessarily entered in numeric order...
Results 1 to 10 of 10