Search:

Type: Posts; User: Hobby Coder

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    4,096

    I assume, you are a beginner like me and thus I...

    I assume, you are a beginner like me and thus I will provide an example, using an array.


    #include <stdio.h>

    int main() {
    int j = 4;
    int tmp = 0;
    char array[6]= {"NEERG"};
    ...
  2. Replies
    0
    Views
    1,169

    Printing on paper

    I wonder, if anyone knows of a basic printer.h kind, that abstracts away the very complicated way of printing from Windows.

    E.g.

    landscape
    portrait
    font
    lines

    Et cetera...
  3. Replies
    6
    Views
    3,689

    I have tried graphics.h, SFML, Raylibs and SDL....

    I have tried graphics.h, SFML, Raylibs and SDL.
    graphics.h is the easiest library and have a very fine monospace character set and even scandinavian letters built in.
    SFML is best suited to C++,...
  4. Replies
    6
    Views
    3,689

    Thanks - I will try to explain, despite my...

    Thanks - I will try to explain, despite my dyslexia: :o)

    Everything you can see is done with graphics.h

    For me it's also a learning process, so all the text handling like editing is done by...
  5. Replies
    6
    Views
    3,689

    graphics.h alternative

    Hi,

    I'm using graphics.h because it have all the features I need. But it's a bit old (2004) and for now I'm running the program in a virtual Windows 7. The database is running fast and currently...
Results 1 to 5 of 5