Search:

Type: Posts; User: inandout

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    932

    sending in char pointer, using string

    Hi,

    If anyone can help it would be greatly appreciated. I have a function which creates a StrBuf called _buf. Now I want to send this _buf into another member function which only accepts char...
  2. thanks a bunch eibro. removing static worked

    thanks a bunch eibro. removing static worked
  3. help with static linkage error of member function

    Here is the code:




    Here is the error:



    Can anyone help me with this please. I am not sure how to fix this or what to do.
  4. Thread: Easy Question

    by inandout
    Replies
    3
    Views
    1,304

    tks silentstrike. However i am still very green...

    tks silentstrike. However i am still very green with ms C++. When I go to file->new-> Blank Workspace

    and enter the name of the new workspace -- test for example. I then try to add files to the...
  5. Thread: Easy Question

    by inandout
    Replies
    3
    Views
    1,304

    Easy Question

    Hi, I am very newbie at this and would really appreciate if anyone can help me out here. The question deals with linking several .cpp files together under MS Visual C++ to make an executeable. The...
  6. Replies
    7
    Views
    19,443

    thanks alot guys for the help. I ran the code...

    thanks alot guys for the help. I ran the code under MS Visual C++ and it works perfectly. I didn't try to solve the problem in Borland instead just went straight to Visual C++. Mr C i did try using...
  7. Replies
    7
    Views
    19,443

    Namespace name expected

    Just wondering if you guys can help with this:

    #include <iostream>
    #include <cstring>
    #include <stdlib>

    using namespace std;

    ....
Results 1 to 7 of 7