S
Skybuck Flying
Ok,
I am getting really sick of all these integers types. Not only in C... but
mostly in C.
WHY DOESN'T ANSI MAKE THESE TYPES A STANDARD
sint8
uint8
sint16
uin16
sint32
uint32
sint64
uint64
I am getting really really sick of
long long int...
blablabla
short int blablabla
That's BULLSHIT
Now at least microsoft has easy stuff:
__int8
__int16
__int32
__int64
etc..
THE SHITTY SHIT IS !!!:
That when I want to compile the same source code on linux/knoppix the
system/compiler starts bitching ofcourse that __int8 is unknown etc !
THAT S WHY I AM GETTING REALLY SICK OF IT
DDDD
OFCOURSE I COULD JUST DOWNLOAD SOME SOURCE CODE SIGHHHHHHHHHHHHHHH
WITH FRICKING IFDEFS
#IFDEF WINDOWS THEN
__INT8 blablabla
#ENDIF
#IFDEF LINUX THEN
INT BLABLABLA
LOL
THEN I GET SICK OF IFDEFS
ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
zzzz
ISN"T IT TIME FOR A FRICKING UPDATE LOL ?
By the way.. the same goes for DELPHI, JAVA, AND PROBABLY EVEN THE NEW C#
not to forget crappy good old C++ ?
ANYWAY
I have no problems with people wanting a general integer types... Like int
in c or integer in delphi representing the best or most whatever kind of
thing that matches the computer architecture.
That's a good question !
Why is int in C or integer in Pascal...
16 bit for 16 bit systems
32 bit for 32 bit systems
64 bit for 64 bit systems
THAT CAN ONLY LEAD TO PROBLEMS !
The answer is probably SPEED.
I THINK MOST PROGRAMMERS WILL AGREE WITH THIS STATEMENT:
CORRECTNESS VS SPEED
CORRECTNESS PREFAILS !
MAYBE C programmers DISAGREE WITH THAT ?
THAT WOULD BE FUNNY.
ANYWAY since I mentioned DELPHI as WELL.
I RATHER SEE C AND DELPHI/PASCAL PROGRAMS FUNCTION AND COMPILE CORRECTLY ON
WHATEVER THE ARCHITECTURE IS !
THE ONLY WAY TO MAKE SURE IS TO USE INT8, INT16, INT32 etc etc etc.
THEN LATER !!!!! THE CODE CAN BE OPTIMIZED FOR 64 BIT SYSTEMS ?!? RIGHT ?!?!
BESIDES FROM THAT IT WOULD BE BETTER TO HAVE 16 BIT, 32 BIT and 64 BIT
versions of exactly the same source code... but a little bit
different.... at least that's what I do for little routines...
CAN SOMEBODY EXPLAIN WHY THE INTEGER TYPES IN C AND DELPHI ARE SO FUCKED IP
?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!
GOD DAMN IT =D
Bye,
Skybuck.
I am getting really sick of all these integers types. Not only in C... but
mostly in C.
WHY DOESN'T ANSI MAKE THESE TYPES A STANDARD
sint8
uint8
sint16
uin16
sint32
uint32
sint64
uint64
I am getting really really sick of
long long int...
blablabla
short int blablabla
That's BULLSHIT
Now at least microsoft has easy stuff:
__int8
__int16
__int32
__int64
etc..
THE SHITTY SHIT IS !!!:
That when I want to compile the same source code on linux/knoppix the
system/compiler starts bitching ofcourse that __int8 is unknown etc !
THAT S WHY I AM GETTING REALLY SICK OF IT
OFCOURSE I COULD JUST DOWNLOAD SOME SOURCE CODE SIGHHHHHHHHHHHHHHH
WITH FRICKING IFDEFS
#IFDEF WINDOWS THEN
__INT8 blablabla
#ENDIF
#IFDEF LINUX THEN
INT BLABLABLA
LOL
THEN I GET SICK OF IFDEFS
ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
zzzz
ISN"T IT TIME FOR A FRICKING UPDATE LOL ?
By the way.. the same goes for DELPHI, JAVA, AND PROBABLY EVEN THE NEW C#
not to forget crappy good old C++ ?
ANYWAY
I have no problems with people wanting a general integer types... Like int
in c or integer in delphi representing the best or most whatever kind of
thing that matches the computer architecture.
That's a good question !
Why is int in C or integer in Pascal...
16 bit for 16 bit systems
32 bit for 32 bit systems
64 bit for 64 bit systems
THAT CAN ONLY LEAD TO PROBLEMS !
The answer is probably SPEED.
I THINK MOST PROGRAMMERS WILL AGREE WITH THIS STATEMENT:
CORRECTNESS VS SPEED
CORRECTNESS PREFAILS !
MAYBE C programmers DISAGREE WITH THAT ?
THAT WOULD BE FUNNY.
ANYWAY since I mentioned DELPHI as WELL.
I RATHER SEE C AND DELPHI/PASCAL PROGRAMS FUNCTION AND COMPILE CORRECTLY ON
WHATEVER THE ARCHITECTURE IS !
THE ONLY WAY TO MAKE SURE IS TO USE INT8, INT16, INT32 etc etc etc.
THEN LATER !!!!! THE CODE CAN BE OPTIMIZED FOR 64 BIT SYSTEMS ?!? RIGHT ?!?!
BESIDES FROM THAT IT WOULD BE BETTER TO HAVE 16 BIT, 32 BIT and 64 BIT
versions of exactly the same source code... but a little bit
different.... at least that's what I do for little routines...
CAN SOMEBODY EXPLAIN WHY THE INTEGER TYPES IN C AND DELPHI ARE SO FUCKED IP
?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!
GOD DAMN IT =D
Bye,
Skybuck.