Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
esavier4017yIt's not so bad, consider touch screen keyboard, no idea or compiler...
but yeah, this "using" hurt my eyes... -
esavier4017y@b3b3
Touche.
Still, posix standard both encourages and warns to take parameters from system, and return status codes after runtime. Not returning specific code means from user perspective that nothing went ok, or all errors during runtime was intentional. -
vicci407yI'm more of a interpreted than compiled language guy. Well thats as far as my training goes for now. But thanks for the advice guys.
-
devRant during registration should encourage ppl to use sh to do their "hello world" introduction. Would spare them of many awkward moments.
Welcome btw:)
P.s. please don't use brackets like that.
#include <iostream>
using namespace std
int main();
{
cout << "Hello devRant!"
}
undefined