Search:

Type: Posts; User: alpha2018

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,082

    pointer problem - please help

    I'd like to make one variable always equal to 1/3rd of another variable. I've tried the following...



    int x;
    int *p;

    p = &x/3;
  2. Replies
    1
    Views
    883

    2-dimension arrays from a file

    Hi, I'd like to read a 30 x 6 array from a text file (much like the one attached) into my program so that I can output it to the screen. I've tried doing this a number of different ways but have not...
  3. Thread: .dlls

    by alpha2018
    Replies
    2
    Views
    1,286

    .dlls

    Hi, I'm new. With that out of the way, could somebody explain what a .dll does, and some practical uses for it? And how do I go about making one using MSVC++? Thanks
Results 1 to 3 of 3