Search:

Type: Posts; User: RobbieMc

Search: Search took 0.00 seconds.

  1. Thread: getch() help

    by RobbieMc
    Replies
    2
    Views
    1,603

    thanks! works perfect

    thanks! works perfect
  2. Thread: getch() help

    by RobbieMc
    Replies
    2
    Views
    1,603

    getch() help

    I wanted some code to get keyboard input and stumbled across getch(), to test it i wrote this code:


    #include <cstdlib>
    #include <iostream>
    #include <conio.h>

    using namespace std;

    int...
  3. Replies
    1
    Views
    1,214

    Setting a pointer to file data

    I was wondering if there was any way of setting a pointer to the data of a file. I would use:


    ifstream name (argv[1])

    That would open the file, but is there any way to make a variable point...
Results 1 to 3 of 3