Search:

Type: Posts; User: abrofunky

Search: Search took 0.00 seconds.

  1. when I execute it does not look like what I...

    when I execute it does not look like what I thought I put. For example, name Grade

    J 95 ...
  2. thanks, I am new to programming, I make simple...

    thanks, I am new to programming, I make simple errors.
  3. Using data struct and I got an error in struct function

    #include <iostream>
    #include <string>

    using namespace std;

    struct student
    {

    string name;
    int grade;
  4. Replies
    4
    Views
    968

    yes, I messed up. Thanks!

    yes, I messed up. Thanks!
  5. Replies
    4
    Views
    968

    doing loops and it keep returning 0

    I was doing while, do while, and I kept on getting 0 even when the num is greater than 10. If i want to state it to be false do I got to add an if statement so when I execute it , it will show that...
  6. I really appreciate the help this forum has been...

    I really appreciate the help this forum has been help in proceeding in my programming. Keep it up members! :)
  7. solved my problem

    When I run it it says this on there
    "ch2 - Debug" uses an invalid compiler. Probably the toolchain path within the compiler options is not setup correctly?! Skipping...


    I figure out my last...
  8. trying if statement in the tutorial and stumble a problem

    I was doing the example in the tutorial and When I tried to run the program I got few error. Some of them I do not understand such as the file and directory is not there. cin is not identified. It...
Results 1 to 8 of 8