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 Mike Lewis 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. Magical

    Output in the screen in console mode

    // it.cpp : Defines the entry point for the console application. // #include "stdafx.h" int main(int argc, char* argv[]) { printf("Hello World!\n"); return 0; }
  2. Magical

    get main return value

    I don't thing you need the * efter char const char main(int argc, argv[]) { ... return "hallo" } Hope it help you
  3. Magical

    How to open a Dialog that have CRecordView as base class

    How to open a dialog that has CRecordView as base class? or How to have a dialog with CDialog as base class with a combobox with data from a access database. Sorry about my bad English Thank you for helping a newbie.

Part and Inventory Search

Back
Top