THis is what I should have named my blog. Whatever I attempt is always messed up. :-( I tried as simple thing as finding the size of integer in c++ compiler. It just said 4 bytes. I was sure it will say, 8 bytes because Intel core@ processor is 64 bit processor.
VC++ 6 said 4 bytes. OK old compiler. May be it does not have 64 bit support. Downloaded VC++ 2008 express edition. It took me SOME time to figure out how to compile program there. Then A great disappointment. Still 4 bytes. I tried google in vain to see how to set 64 bit support. Left it.
OK. Linux is always better. I was confident my Linux C++ compiler will give me 8 bytes. Again a disappointment . The answer was 444(sizeof(int),sizeof(long),sizeof(p) - p in int *). Posted a question regarding this in Linux forums. Funny thing is /usr/include/bits/wordsize.h defines __WORDSIZE as 32.
Now where does sizeof(int) come into picture ? I was supposed to read perl? Ok moms are meant to be multitasking. The processes (tasks) currently going on are 1> Perl learning (still in arrys) 2> C++ learning (I know so much!!!) 3> Java stuck in metamorphism sorry polymorphism 4> Gunter Gross (no, not learning here) "Dog years " still in page 119 5> Googling for humor sites and blogs.
Process 5 is high priority process and it is not even pre-emptible. That is hogging all CPU time. Other processes are deemed to be in wait queue. Infinitely.
So the Golu is, any simple task is modified into almost impossible one for me. And you say Golu is more for my family ?
VC++ 6 said 4 bytes. OK old compiler. May be it does not have 64 bit support. Downloaded VC++ 2008 express edition. It took me SOME time to figure out how to compile program there. Then A great disappointment. Still 4 bytes. I tried google in vain to see how to set 64 bit support. Left it.
OK. Linux is always better. I was confident my Linux C++ compiler will give me 8 bytes. Again a disappointment . The answer was 444(sizeof(int),sizeof(long),sizeof(p) - p in int *). Posted a question regarding this in Linux forums. Funny thing is /usr/include/bits/wordsize.h defines __WORDSIZE as 32.
Now where does sizeof(int) come into picture ? I was supposed to read perl? Ok moms are meant to be multitasking. The processes (tasks) currently going on are 1> Perl learning (still in arrys) 2> C++ learning (I know so much!!!) 3> Java stuck in metamorphism sorry polymorphism 4> Gunter Gross (no, not learning here) "Dog years " still in page 119 5> Googling for humor sites and blogs.
Process 5 is high priority process and it is not even pre-emptible. That is hogging all CPU time. Other processes are deemed to be in wait queue. Infinitely.
So the Golu is, any simple task is modified into almost impossible one for me. And you say Golu is more for my family ?
Comments
Post a Comment