Search:

Type: Posts; User: maca

Search: Search took 0.02 seconds.

  1. Thread: Coder's Hang-out

    by maca
    Replies
    306
    Views
    247,616

    Sticky: You can by using getch instead of getchar. getch...

    You can by using getch instead of getchar. getch is defined in conio.h which isn't standard C so your compiler doesn't have to support it.
  2. Thread: Coder's Hang-out

    by maca
    Replies
    306
    Views
    247,616

    Sticky: If you are switching the right variable and have...

    If you are switching the right variable and have a break after your printf, it should work.

    char c;

    c = getchar();
    switch(c)
    {
    case 'a': printf(" You have pressed a ");
    ...
  3. Thread: Coder's Hang-out

    by maca
    Replies
    306
    Views
    247,616

    Sticky: This overwrites the text if the file exists, or...

    This overwrites the text if the file exists, or creates a file if it doesn't.


    import java.io.File;
    import java.io.FileNotFoundException;
    import java.io.PrintStream;

    public class DiskWrite {...
  4. Thread: Coder's Hang-out

    by maca
    Replies
    306
    Views
    247,616

    Sticky: I decided to start making my first game tonight,...

    I decided to start making my first game tonight, with the old turbo c graphics library. I was thinking snake but i thought pong might be a bit easier.

    I've got the first paddle working so far,...
  5. Thread: Coder's Hang-out

    by maca
    Replies
    306
    Views
    247,616

    Sticky: The NES programming link has died...

    The NES programming link has died
    http://www.epforums.org/programming-tutorials-and-t43397/index.html?t=43397
  6. Thread: Coder's Hang-out

    by maca
    Replies
    306
    Views
    247,616

    Sticky: You could use a switch statement to do that.

    You could use a switch statement to do that.
Results 1 to 6 of 6
About Us

We are the oldest retro gaming forum on the internet. The goal of our community is the complete preservation of all retro video games. Started in 2001 as EmuParadise Forums, our community has grown over the past 18 years into one of the biggest gaming platforms on the internet.

Social