Heyy daniweb!
I have a couple questions that need answering :)
1. Is there a way, in C++ to do a do - if loop?
2. Can there be a way to do something like:
#include <iostream>
int main()
{
if (g == string) // if something were to EQUAL a string and not a specific value
//or
if (g !=> 4) //if a variable does not equal a value greater than another value
return 0;
}
3. A way to convert C++ to C# or C++ to java, ect.
4. A way to do flashing console text
5. Easier-to-use C# libraries/headers/ect (WHATEVER THEY'RE CALLED :P)
Thanx pplz from Earth and beyond.
P.S. I know there is some info here about C#. It kinda just got randomly thrown in there.