Search:

Type: Posts; User: JupiterV2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,767

    I'll be compiling with mingw32 on a linux system....

    I'll be compiling with mingw32 on a linux system. I try not to use Windows if I can help it.
  2. Replies
    5
    Views
    1,767

    Cross-Compiling: Libraries Necessary?

    I want to use mingw32 to cross-compile a program written for Linux to windows. The program uses GTK for the interface.

    Q. Will GTK need to be cross-compiled too for the compilation to work or will...
  3. Replies
    10
    Views
    1,579

    To anticipate the next question. std::cout means:...

    To anticipate the next question. std::cout means:

    std == standard c++ namespace
    cout == c - out; standard c++ output

    The operators '::' allow you to access the std namespace and '<<' allows...
  4. Replies
    6
    Views
    1,507

    For reasons of which I am no longer aware, I have...

    For reasons of which I am no longer aware, I have always done it this way.
  5. Replies
    5
    Views
    6,287

    Thanks, this is exactly what I want to know. The...

    Thanks, this is exactly what I want to know. The PC-8 set is indeed what I was referring too. How can I specify that this is the code set I want to use, or for portability reasons, how can I take the...
  6. Replies
    5
    Views
    6,287

    Extended ASCII/ANSI in Linux Shell

    I want to write a basic "windowed" text-based program run from the command line. What is required to display extended ASCII or ANSI in the Linux bash shell with C or C++? Does a UTF-8 mode or special...
  7. Replies
    1
    Views
    1,454

    Data Storage Method

    I am writing a program to test/increase a user's vocabulary in a foreign language. I eventually want to provide edit functionality (users can add new words) and "plug-in" functionality for additional...
  8. Thread: Malloc/Free

    by JupiterV2
    Replies
    5
    Views
    1,863

    Malloc/Free

    I am a relatively new coder, so this may be a silly question but I've as yet to find an adequate answer, or any answer at all for that matter.

    Why use malloc/free? In what particular situations...
Results 1 to 8 of 8