I am just having trouble with the beginning stages here. I am just very confused on different syntax terms.
I have a book here "Microsoft Visual C++.net" with all the installation and whatnot with it. It doesnt use the normal cin and cout but used Console::WriteLine and what not.
Is this still considered c++ or it another form or type? Does it matter at the beginning when I open a file if I go to console application or something else? It seems to be very closely realted but different in some other ways, like using the find function does not seem to work with some examples I have found online?
I know I am missing something very basic but the book does not really explain.
Thanks!