Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Execution Speed is Deprecated, Use Python!
1
Name:
Anonymous
2012-11-29 0:16
Developer time is the most valuable resource. Writing in Python may cause slower code, but it is in reality much more efficient because you will get an exponential amount of more work done!
45
Name:
Anonymous
2012-12-02 19:35
>>44
~ $ cat 44.c
#include <stdbool.h>
#include <stdio.h>
int main() {
bool x = 2; /* valid C code */
if (x) {
puts("test succeeds");
}
if (x == true) {
puts("test fails");
}
}
~ $ gcc 44.c -o 44 -std=c99 -Wall -Wextra -pedantic
~ $ ./44
test succeeds
test fails
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List