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 TouchToneTommy 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: *

  • Users: Enges
  • Content: Threads
  • Order by date
  1. Enges

    Loops with Strings

    Hi, I am learning C++, and I have been for a little bit more than a week now. So far, the best thing I can do is have the user input a number, and the program will execute a command, or print a message to the screen. I was wondering how I could use this method with strings? As in, could I have...
  2. Enges

    What is wrong with this?

    I am trying to create a simple window, and after compilation, it states that there is something wrong with this: LRESULT CALLBACK WndProc(HWND hWindow, UINT msg, WPARAM wParam, LPARAM lParam) { HDC hDC; PAINTSTRUCT ps; RECT rect...
  3. Enges

    I'm a total beginner

    In school, I decided to take a programming class for fun. As it turns out, I love programming. But, in school, we used Java. I now have a basic understanding of that, but I want to learn C++. I was wondering, would anyone mind teaching me C++, or just pointiong me to a good tutorial site on how...

Part and Inventory Search

Back
Top