User Profile
Collapse
-
There is also a HowTo on the Rails website, wich offers several ways. Even with the spreadsheet.gem... -
... but the Perl syntax reminds me of C! Ruby is the most beautiful language to me. And it offers even more different ways to do something than python....Leave a comment:
-
Yes it works, thanks a lot.
I came from ruby, ... still hard for me to get with all the :;{... things :)...Leave a comment:
-
Maybe a stupid question about short ev.
Hi everybody,
I'm new to C and I have some example that won't compile with gcc
Code:/* auf0202.c */ #include <stdio.h> int main(void) { int i, einsen, zahl; printf("Pls enter a number:\n"); scanf("%d\n", &zahl); zahl >= 0 ? printf("positiv\n"); printf("negativ\n");
No activity results to display
Show More
Leave a comment: