Search:

Type: Posts; User: ftball22

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,199

    its all gobldy gook to me. I'm new, what does...

    its all gobldy gook to me. I'm new, what does your code mean? i've never seen anything like it before.
  2. Replies
    8
    Views
    1,199

    i have tried laserlights code and this doesn't...

    i have tried laserlights code and this doesn't work either?
  3. Replies
    8
    Views
    1,199

    Whats wrong with this...

    This is my code:

    #include "backtobasics.h"
    #include "baic2.h"

    using namespace std;

    int menu()
    {
    int choice;
  4. Replies
    6
    Views
    1,268

    i know it was on there from a code i wrote...

    i know it was on there from a code i wrote before. thanks for the code
  5. Replies
    6
    Views
    1,268

    Strangely enough no!! Thanks for the code before...

    Strangely enough no!! Thanks for the code before as well.
  6. Replies
    6
    Views
    1,268

    In the program, it doesn't. It says: #include...

    In the program, it doesn't. It says:

    #include "backtobasics.h"
    #include "baic.h"
    I just put the iostream bit in and the cstdlib to show what it actaully represents.
  7. Replies
    6
    Views
    1,268

    How to make this simpler

    #include <iostream>;
    #include <cstdlib>;

    using namespace std;

    int menu()
    {
    int choice;

    cout << " **** Menu ****" << endl << endl; //States the options on the menu
  8. Thread: error C2064

    by ftball22
    Replies
    9
    Views
    2,052

    Sorry like i said i'm new, how do you mean?

    Sorry like i said i'm new, how do you mean?
  9. Thread: error C2064

    by ftball22
    Replies
    9
    Views
    2,052

    Sorry should have mentioned that. Unfortunately...

    Sorry should have mentioned that. Unfortunately it's all three.
  10. Thread: error C2064

    by ftball22
    Replies
    9
    Views
    2,052

    error C2064

    I am testing out a simple template, but every time i try it, this error C2064 : term does not evaluate to a function taking 0 arguments, pops up. Seen as i am very new to C++, it will probabily be...
  11. Thread: Arguments

    by ftball22
    Replies
    3
    Views
    866

    if you have a look at functions in the C++...

    if you have a look at functions in the C++ tutorial, there it describes the functions as rand. I would show you the code, but I'm on the family computer and not my laptop, which is where the program...
  12. Thread: Arguments

    by ftball22
    Replies
    3
    Views
    866

    Arguments

    Hi, i'm new to c++. I understand the idea of functions, and i know that i have to declare them as rand. I think that you have to declare an argument, but i find the tutorial a little hazy. At the...
Results 1 to 12 of 12