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 strongm 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. marksarnold

    Very frustrated beginner needs help...

    Oh daniel - the book would be cool... is it free? thanks, mark
  2. marksarnold

    Very frustrated beginner needs help...

    Ok, what I am trying to do is this: I wanted to write an MFC program and really quickly figured out that instead of printing logs messages out to std-err or std-out, it would be better to have a logging-library to display the messages in some window within my app. I also wanted to have different...
  3. marksarnold

    Very frustrated beginner needs help...

    Hi, is there anything like a guide on starting a new project? It seems like the project wizard gives me all these choices, I have no idea which one is the best one. Yet, the more code the wizard generates, the more fragile it seems to become. I am having immense problems just adding a very...
  4. marksarnold

    _sprintf already defined

    Actually, the settings are the default settings the way VC++ created the project. I have done Java for the last 7 years, so I am totally out of shape in C++ world... I used to do c++, but never really went into this Windows and VC++ mess. That's why I did not change anything in these settings -...
  5. marksarnold

    _sprintf already defined

    I have a problem with VC++ 6: I have a static library project and an application project that I want to use the library in. The library is called loglib, the application logtest. Compiling the library in its own workspace works fine. Compiling the app in the app-workspace made problems because...

Part and Inventory Search

Back
Top