sorry for double posting but i need help !
so i want to learn c++ but the program is stupid =[ i use microsoft c++ ve
so when i open it, there will be this code which works when i start without debugging
nclude "stdafx.h"
using namespace System;
int main(array<System::String ^> ^args)
{
Console::WriteLine(L"Hello World");
return 0;
but when i use this from a c++ book nada also galiel prank prog didn't work..
# include <iostream.h>
void main (void)
{
cout << "bla bla bla spam spam";
}
this like i said won't work
also i wanted to ask if you need another compiler to compike things in visual studio c# or c++ or there is an option to compile in them ?