VC++ is a little strange to me.
If anyone could explain how to make console applications I would be grateful.
Also, is there any way to have a default source file that already has:
#include <iostream>
int main()
{
return 0;
}
already written. I am kind of lazy and don't like writing that all the time.
Please be kind to me, for now I am a complete noob to Visual C++.
Thanks,
Denis
If anyone could explain how to make console applications I would be grateful.
Also, is there any way to have a default source file that already has:
#include <iostream>
int main()
{
return 0;
}
already written. I am kind of lazy and don't like writing that all the time.
Please be kind to me, for now I am a complete noob to Visual C++.
Thanks,
Denis