1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Learning C++

Discussion in 'Coding' started by Saiboogu, May 9, 2014.

  1. Gorian
    Offline

    Gorian everybody do the flop! Council Member

    Messages:
    472
    CZs Received:
    92
    Trophy Points:
    73
    really? I was messing with exit codes in batch files. But, yeah, there are a lot of bad habits floating around C++
     
  2. Saiboogu
    Offline

    Saiboogu Reality continues to ruin my life Council Member

    Messages:
    658
    CZs Received:
    189
    Trophy Points:
    88
    I don't think batch is nearly as popular as bash scripting, so I can see exit codes getting neglected by DOS/WIN programmers.
     
  3. PsychoAco
    Offline

    PsychoAco WAY STATUS: LOST Triumvir

    Messages:
    313
    CZs Received:
    137
    Trophy Points:
    88
    Why have exit codes when all of your programs are bugfree?
     
    • Like Like x 2
    • Funny Funny x 1
  4. Gorian
    Offline

    Gorian everybody do the flop! Council Member

    Messages:
    472
    CZs Received:
    92
    Trophy Points:
    73
    damn, you're right. *goes to remove all his exit codes*

    I actually use them a lot for simple debugging in bash scripts. $? will give you the error code of the last run program.
     
  5. FuturePrime
    Offline

    FuturePrime Phantom in Training {PR} Trainee

    Messages:
    32
    CZs Received:
    3
    Trophy Points:
    18
    For with the unreal engine came out for purchase(subscription) I am going to learn C# and C++ and go on an use the unity engine before going big since unity is free to use.
     
Loading...