Search:

Type: Posts; User: sonict

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    1,302

    This is easy. #include int...

    This is easy.


    #include <iostream.h>

    int main()

    {

    cout<<"HEY, you, I'm alive! Oh, and Hello World!";
  2. Thread: Finished C++ 1

    by sonict
    Replies
    15
    Views
    2,825

    I learned basics of c++ in c++1. For example uing...

    I learned basics of c++ in c++1. For example uing arrays, loops and switch and if/else and we almost got to functions
    We got to the basics and I think I will go for c++ 2 and visual c++
  3. Thread: Finished C++ 1

    by sonict
    Replies
    15
    Views
    2,825

    all right. I'll go for c++ 2 and maybe even...

    all right. I'll go for c++ 2 and maybe even visual c++
  4. Thread: Finished C++ 1

    by sonict
    Replies
    15
    Views
    2,825

    Finished C++ 1

    Yeah! I finished c++ 1 for the first semester.
    YEah!!!!!!!
    Should I keep on learning c++?
  5. Thread: Rule of 72

    by sonict
    Replies
    12
    Views
    3,816

    Somebody told me to include

    Somebody told me to include <math.h>
  6. Thread: Rule of 72

    by sonict
    Replies
    12
    Views
    3,816

    Now when I try to run my program, it gives me an...

    Now when I try to run my program, it gives me an error saying


    Error : undefined identifier 'abs'
    Ruleof72.cpp line 26 calculate = abs(log10(.5))/(log10(1+rate));

    Error : undefined...
  7. Thread: Rule of 72

    by sonict
    Replies
    12
    Views
    3,816

    The Output should say Depreciation...

    The Output should say


    Depreciation Chart in years to Test Rule 0f 72
    Rate of % Inflation #years by Rule of 72 Calculated # of years
    1 ...
  8. Thread: Rule of 72

    by sonict
    Replies
    12
    Views
    3,816

    yeah i'm sure everything is right. just need help...

    yeah i'm sure everything is right. just need help with output. i'm also having trouble displaying this website
  9. Thread: Rule of 72

    by sonict
    Replies
    12
    Views
    3,816

    Please someone help me. All My problems are the...

    Please someone help me. All My problems are the output. I need a loop that repeats to answer.
  10. Replies
    49
    Views
    9,702

    If a person who uses a computer is a nerd, then a...

    If a person who uses a computer is a nerd, then a person who plays games on the computer is a nerd. Nerd shouldn't be used to offend people. I know people that are weird but no nerds.
    I think the...
  11. Replies
    23
    Views
    5,762

    I'm thinking the Bucs will win 27-24. I hate the...

    I'm thinking the Bucs will win 27-24. I hate the Oakland Raiders. They suck so bad.
    And also since I live in Massachusetts home of The Patriots, I'm mad they didn't make it this year.
  12. Thread: Rule of 72

    by sonict
    Replies
    12
    Views
    3,816

    Rule of 72

    I have done part of this program so far. The Rule of 72 is used by bankers and politicians which states that if R% is the annual rate of inflation, then a fixed sum of money will decline in value by...
  13. Thread: While Loops

    by sonict
    Replies
    7
    Views
    1,148

    Thanks Codulation. I'm sorry for not explaning it...

    Thanks Codulation. I'm sorry for not explaning it correctly and I'm new to c++ and learning by myself. Thank you so much.
  14. Thread: While Loops

    by sonict
    Replies
    7
    Views
    1,148

    Codulation, if you run the program and let's say...

    Codulation, if you run the program and let's say for example you input 24 and 36, the program does ((24*36)/2) but I think I'm the one having trouble explaning my problem so I'll restate it.
    Let's...
  15. Replies
    45
    Views
    10,895

    On Xbox, Definetly Halo, Splinter Cell, Project...

    On Xbox, Definetly Halo, Splinter Cell, Project Gotham racing, nfl 2k3, and madden 2003
    On PS2, GTA3 and Vice City
  16. Thread: While Loops

    by sonict
    Replies
    7
    Views
    1,148

    Codulation, that was a good try but the code you...

    Codulation, that was a good try but the code you wrote does not do what i want it to do.Thanks for trying.
    I'm trying to write a program with a loop that has the user enter 2 numbers and ends only...
  17. Thread: While Loops

    by sonict
    Replies
    7
    Views
    1,148

    While Loops

    I'm trying to write a program with a loop that has the user enter 2 numbers and ends only when half the product of the 2 numbers entered is less than either number

    Here is what i have so far:

    ...
  18. Replies
    1
    Views
    3,950

    Greatest Common Factors of Fractions

    I need help finding GCF of this fraction program


    #include <iostream.h>
    #include <math.h>

    int main()
    {
    // Declare variables
    int numerator; // Numerator for fraction
  19. Thread: Input Names

    by sonict
    Replies
    4
    Views
    1,054

    Input Names

    I can't input the names i need. I declared as a char nam[34];
    and after the first name the program terminates.



    #include <iostream.h>
    #include <string.h>
    #include <iomanip.h>

    int main()
  20. Thread: Sorting

    by sonict
    Replies
    8
    Views
    1,260

    Thanks Aberge for putting structure. Now the...

    Thanks Aberge for putting structure. Now the sorting
  21. Thread: Sorting

    by sonict
    Replies
    8
    Views
    1,260

    I am a beginner and still haven't learned about...

    I am a beginner and still haven't learned about structures. I don't know what a structure is and don't know how to do it in c++.
  22. Thread: Sorting

    by sonict
    Replies
    8
    Views
    1,260

    Sorting

    Need help sorting Employee's pay


    #include <iostream.h>
    int main()
    {
    // declare variables
    char nam[30];
    float sale;
    float total;
  23. Thread: sorting

    by sonict
    Replies
    2
    Views
    809

    sorting

    having trouble sorting employees pay


    #include <iostream.h>
    void main()
    {
    // declare variables
    char nam[30];
    float sale;
    float total;
  24. Thread: Power

    by sonict
    Replies
    9
    Views
    1,932

    Please help me? How do i do this program?

    Please help me? How do i do this program?
  25. Thread: Power

    by sonict
    Replies
    9
    Views
    1,932

    yeah i know its 1/x but how do i do on c++?

    yeah i know its 1/x but how do i do on c++?
Results 1 to 25 of 56
Page 1 of 3 1 2 3