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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.