Search:

Type: Posts; User: cages

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,016

    Yes I was confusing Win32 and Win32s. Thanks

    Yes I was confusing Win32 and Win32s.

    Thanks
  2. Replies
    2
    Views
    2,016

    Borland Free Compiler console IO documentation

    I am learning C with the Borland Command line compiler.
    When looking at the library help files, some of the IO functions state-

    int getch(void);
    Note: Do not use this function for Win32s or...
  3. Replies
    5
    Views
    1,431

    Thanks for the answers. explains what i...

    Thanks for the answers.

    explains what i encountered
    will need to do a bit more reading to get to gripswith namespaces.
    because have never heard of the global namspace.
  4. Replies
    5
    Views
    1,431

    problem understanding namespace

    Hi.

    when I include iostream.h
    cout compiles and getchar() compiles

    when I include iostream
    stating using namespace std
    cout compiles and getchar() compiles

    but without including using...
  5. Have a look at this site There is a book and...

    Have a look at this site
    There is a book and code for the examples(for different compiliers)
    It should help
    http://www.drpaulcarter.com/pcasm/

    Qoute..
    same answer different question.
  6. Replies
    3
    Views
    987

    Have a look at this site There is a book and...

    Have a look at this site
    There is a book and code for the examples(for different compiliers)
    It shoul help
    http://www.drpaulcarter.com/pcasm/
  7. Replies
    3
    Views
    1,162

    Thanks not heard or read about cstdlib. but...

    Thanks
    not heard or read about cstdlib.
    but just starting C++.
  8. Replies
    3
    Views
    1,162

    C libaries in C++

    Hi all.
    Is it an okay practice to use c libary functions in C++
    or are there equivalent libaries in C++ .
    is the above poor c++ programing ?

    or could it cause problems ?

    Thanks
Results 1 to 8 of 8