Thread cerr.vform: Zickt mit dem neuen g++ (3 answers)
Opened by Crian at 2004-05-14 16:21

Dirk
 2004-06-18 02:08
#11005 #11005
User since
2004-06-18
3 Artikel
BenutzerIn
[default_avatar]
Warum die das geändert haben kann ich dir nicht sagen aber

This document is intended for knowledgeable users of C who would like to make the transition to C++.
http://docs.linux.cz/cplusplus.5.1.1/cplusplus02.html

ganz nützlicher Artikel
use strict;
my @a =([0,0,1,0,0,0,1,0],[1,0,0,1,0,1,1,0],[0,1,0,0,1,1,1,0],[1,1,0,1,0,1,1,0]);for(my $b = 0; $b <= $#a;$b++){my $c = 1;my @d =@{$a[$b]};my $e;while(@d){my $f = shift(@d);if($f){$e += eval{my $g = 1;for (my $h = 1; $h < $c; $h++){$g *= 2;}return $g;};}$c++}print chr($e);}print "\n";

View full thread cerr.vform: Zickt mit dem neuen g++