In VC++ standard edition tutorial,1.chapter
you´ll find this example.
#include<iostream>
using namespace std;
int main()
{
cout<<"garden";
return 0;
}
I ll tell you steps just in case...First I would click on new file,gave a project a name,select win32 aplication,create an empty...
Hi ASP People,
I just started using ASP and already have encountered a problem trying to get this simple code to work. I want to count a number of current users of the application and it looks like it just keeps to grow. I close browser window - the count doesn't change. I open new browser...
Im learning C++ right now, but there is something i don't seem to get.
When i choose "application" i can make buttons, labels etc. with drag and drop and than C++ builder makes functions for you. But i can't include C++ code that i learn from a book im using, while it does when i...
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.