Search:

Type: Posts; User: QuincyEQ

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,119

    Re: Structure problem(Thank you)

    Thanks to both of you for clearing this problem up. I also like the alternate way of defining the variables in the structure. I'm still working my way through these long books like "C Primer Plus",...
  2. Replies
    3
    Views
    1,119

    Structure problem

    Hi, i'm having a problem with the following structure I created. I'm getting an error message that rd.name is not an l-value. I don't understand why the compiler is not recognizing it as an...
  3. Thread: Program error

    by QuincyEQ
    Replies
    1
    Views
    894

    thank you

    Thanks.. i had misstated what I meant, I meant to say when I try to exit with a different key the program still continues. But you knew what I meant. That fixed the problem, thanks again.
  4. Thread: Program error

    by QuincyEQ
    Replies
    1
    Views
    894

    Program error

    Hi, i'm having trouble with the following very simple program, which converts miles to kilometers. When I try to exit out of the program entering C or c, the program still continues. Any help with...
  5. Replies
    2
    Views
    1,287

    fscanf problems

    I'm trying to take text from a file, and have it display in the WIN32 console window(i'm using visual C++ 6.0). I'm getting an "Unhandled exception : Access Violation" error when I try to run the...
  6. Replies
    11
    Views
    2,033

    Program works

    Thanks for the help. I just wanted to let the person who posted the code know that the program works in MSVC++ 6.0.
  7. Replies
    23
    Views
    4,606

    who says people who like to program have no life

    I don't see what's wrong with posting a lot of messages on this group. Doesn't mean you don't have a life. I'm sure most people that post here go out and do other things as well. Why do people...
  8. Replies
    11
    Views
    2,033

    15 errors in MSVC6

    I tried to compile this program in Visual C++ 6 and i get 15 errors during the linking stage. It says there are 14 unresolved external symbols. I'm not sure if this problem is specifically with my...
  9. Replies
    1
    Views
    2,254

    Graphics header file

    :) Hi, I would like to know what header files are used for accessing VGA graphics in C++. I read somewhere that there's a header file called graphics.h that allows you to access graphics, but I...
Results 1 to 9 of 9