Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Unity3D and c++

Discussion in 'General Discussion' started by SubZeroGaming, Jun 19, 2013.

Thread Status:
Not open for further replies.
  1. dxcam1

    dxcam1

    Joined:
    Feb 6, 2012
    Posts:
    477
    If you're so pro at C++ why not take the 5 minutes to learn C#?
     
  2. angrypenguin

    angrypenguin

    Joined:
    Dec 29, 2011
    Posts:
    15,278
    He could have perfectly valid reasons to want to do something in C++. After all, that's why it's there.
     
  3. Aurore

    Aurore

    Director of Real-Time Learning Unity Technologies

    Joined:
    Aug 1, 2012
    Posts:
    3,106
    Code (csharp):
    1.  
    2.  
    3. #include <iostream>
    4.  
    5. using namespace std;
    6.  
    7. int main ()
    8.  
    9. {
    10.  
    11. cout << "Ding, ding. Round over ladies and gentlemen" << endl;
    12.  
    13. return 0;
    14.  
    15. }
    16.  
    17.  
     
    EnokV, bengosu, ellerdene18 and 3 others like this.
Thread Status:
Not open for further replies.