Search Results - Sharky Forums

Sharky Forums


Search:

Type: Posts; User: f15e

Page 1 of 8 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    314

    motherboard upgrade help

    I want to upgrade my motherboard and cpu, but need some help with this since I am not exactly familiar with what things should be checked out before purchasing a compatible mb. Here are the specs...
  2. Thread: link lists

    by f15e
    Replies
    1
    Views
    366

    link lists

    Using C++, in am working on pointers and link lists. Given that I have a linked list with names in each node and I want to search the list for a particular name and when I find that name I want to...
  3. Thread: pointer passing

    by f15e
    Replies
    1
    Views
    362

    pointer passing

    I am working on a program using C++.
    My question is what is the syntax for passing pointers by reference.

    Example:

    InsertItem(); //what is syntax for the prototype?
    ...
  4. Thread: pointers

    by f15e
    Replies
    0
    Views
    338

    pointers

    I am learning pointers in C++. This is the partial code for a project I am working on. I am pulling information from a .txt file which is in this form:
    Jim,M,100
    Jack,M,210
    etc.........
    and...
  5. Thread: string arrays

    by f15e
    Replies
    3
    Views
    434

    Well I am not using pointers. What is happening...

    Well I am not using pointers. What is happening is an (int i) is being passed to the displayErrorMsg class function and depending on the number i passed to the function determines which error...
  6. Thread: string arrays

    by f15e
    Replies
    3
    Views
    434

    string arrays

    I am using MS Visual C++ 6.0.

    I have a class called Display that has a funcion,
    void displayErrorMsg(int i);, in it as a public member. Also within this class is a private member,...
  7. Thread: MS Visual C++ 6.0

    by f15e
    Replies
    0
    Views
    387

    MS Visual C++ 6.0

    I am using MS Visual C++ 6.0. I want to take a program written using MS Visual C++ 6.0 and be able to run it on windows or out of DOS. I know I can run it from the MS Visual C++ 6.0 program but lets...
  8. Thread: gotoxy

    by f15e
    Replies
    0
    Views
    348

    gotoxy

    I am wondering what exactly is gotoxy.
    I have tried using this gotoxy function but get a compiler error reading,
    'gotoxy' : undeclared identifier

    and have these libraries
    #include...
  9. Replies
    4
    Views
    3,088

    UNIX pause function??

    With MS Visual C++ 6.0 the function to allow you to pause the output of your code is with the statement:
    system("pause");

    What is when running your code on a UNIX system? The compiler...
  10. Thread: return strings???

    by f15e
    Replies
    4
    Views
    402

    return strings???

    Is it possible to return from a function a string. I know you can do this:

    int someFunc()
    {
    x = 2+2;
    return x;
    }

    but I don't know if it is possible to return a string. Or can it be...
  11. Thread: class/function

    by f15e
    Replies
    2
    Views
    371

    class/function

    I am using C++.
    Here's the setup. I have two classes(Customer and Book) for this bookstore program.
    How, if at all possible, can I access the private members of each class within a regular...
  12. Thread: MS VIS c++ 6.0

    by f15e
    Replies
    1
    Views
    315

    MS VIS c++ 6.0

    In MS Visual C++ 6.0, what is the command to clear the screen?
    I know of system("pause"); but I have tried system("clear") and
    system("clr"); but these aren't recognized.
  13. Thread: ms visual 6.0

    by f15e
    Replies
    7
    Views
    804

    Thanks for the info. dighn!!

    Thanks for the info. dighn!!
  14. Thread: ms visual 6.0

    by f15e
    Replies
    7
    Views
    804

    I didn't think you needed that info within a .h...

    I didn't think you needed that info within a .h file. The reason I say this is that I don't need it with the g++ compiler at school. All I needed was what you see in my post above. I will try and...
  15. Thread: ms visual 6.0

    by f15e
    Replies
    7
    Views
    804

    ms visual 6.0

    I am using MS Visual C++ 6.0. Can anyone tell me why I am getting these errors within my header file(these are only a few of the errors):

    rror C2146: syntax error : missing ';' before identifier...
Results 1 to 15 of 114
Page 1 of 8 1 2 3 4