This is a discussion on Languages used in Electrical Engineering within the C++ Programming forums, part of the General Programming Boards category; Originally Posted by smokeyangel For what it's worth - I wouldn't get long term demoralised about your shortcomings as a ...
Code://try //{ if (a) do { f( b); } while(1); else do { f(!b); } while(1); //}