Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jonnie75

    fatal error LNK1120 using Visual C++ 6.0 with small prog.

    Thanks, I'm not sure what I originally did. I deleted it all and retyped and recompiled it. It now works fine. Thanks for reviewing the code.
  2. jonnie75

    fatal error LNK1120 using Visual C++ 6.0 with small prog.

    When I run this program I keeg getting a fatal error LNK1120, and I am not sure why. I am not sure why the functions are not working correctly, two books that I have say that it should. #include <iostream> using namespace std; void mice(); void run(); int main() { mice(); mice()...
  3. jonnie75

    C++ OR Visual C++

    What are some of the major diffrences between C++ and Visual C++. Will the programs always run under Console Window when executed under Windows OS? How can graphics be created using these languages? Thanks for any answers to these questions for a rookie starting out with C. Your help is...
  4. jonnie75

    Draw circle on screen and have color change?

    What would I need to do to place several circles on the screen that would change color (red to green)? Can graphics like this be easily created in C? How about the use of a mouse?
  5. jonnie75

    Microsoft Visual C++ compiler, cast problem ( I think)?

    Thanks for clearing up the confusion. I was under the impression that the program would not compile. It shows 3 warnings (conversion supplied) with this program but it does go ahead and execute. Thank you for your time and most excellent info xDougx. By the way do you do any C++ or Visual C++...
  6. jonnie75

    Microsoft Visual C++ compiler, cast problem ( I think)?

    I am a beginner at programming, but I am slowly making progress. I was wondering if someone would be able to help me out with what I believe to be a casting problem. I have a small program that is used to read inputs/outputs on an ISA card (home project kit). The program will compile for the...

Part and Inventory Search

Back
Top