Since 4/29/2012 5:32:31 PM, A.Korsunsky has written 4 articles and participated in 9 conversations. A.Korsunsky signature: A.Korsunsky
A.Korsunsky's articles:
Items(4) /1
break inside of case- statement inside of loop2623 (2/25/2007 11:16:06 AM) comp.lang.c Hi! I have some code that looks similar to this: -------------------------------------------- char array[10] = "abcdefghij"; for (int i = 0; i < 10; i++) { switch (array[i]) { case 'a': /* code */ ... Alexander
get stream mode flags from an opened stream124 (2/17/2007 8:35:17 AM) comp.lang.c++ Hi! Is it possible to extract the mode flags of a stream (FILE* stream or fstream - object), without looking at how the stream was opened? What I mean by mode flags is wether the stream is opened in read only ... Alexander
Moving whole partitions816 (2/10/2007 6:01:42 PM) comp.os.linux.misc Hi! Right now I am using Ubuntu 6.10, and I have Debian etch and winXP installed as well. What I wanted to do was to reinstall WinXP (getting slow again...), and use the Occasion to change my partitioning, be... Alexander
Make a root user account in Ubuntu829 (12/24/2006 1:17:40 PM) comp.os.linux.misc Hi! I'm relatively new to linux and I am quite happy with my decision to have started with Ubuntu. But now there are certain things I'd like to reconfigure, and i have absolutely no idea how to do that. I l... Alexander
A.Korsunsky's replies:
Items(6) /1
break inside of case- statement inside of loop2623 (2/25/2007 11:16:06 AM) comp.lang.c Hi! I have some code that looks similar to this: -------------------------------------------- char array[10] = "abcdefghij"; for (int i = 0; i < 10; i++) { switch (array[i]) { case 'a': /* code */ ... A.Korsunsky(13)
Vista makes you more productive .... NOT!634 (2/14/2007 10:38:24 PM) comp.os.linux.misc After viewing this video, I'm sure you will be running to get your copy of Vista. :-) http://www.youtube.com/watch?v=KyLqUf4cdwc zentara -- I'm not really a human, but I play one on earth. http://zentara.... zentara(292)
Moving whole partitions816 (2/10/2007 6:01:42 PM) comp.os.linux.misc Hi! Right now I am using Ubuntu 6.10, and I have Debian etch and winXP installed as well. What I wanted to do was to reinstall WinXP (getting slow again...), and use the Occasion to change my partitioning, be... A.Korsunsky(13)
Newest distribution817 (2/10/2007 10:58:53 AM) comp.os.linux.misc Which of these distributions is the newest: * warty * hoary * hoary-backports * breezy * breezy-backports * dapper * dapper-backports * edgy * edgy-backports * feisty ... the87boy(84)
Make a root user account in Ubuntu829 (12/24/2006 1:17:40 PM) comp.os.linux.misc Hi! I'm relatively new to linux and I am quite happy with my decision to have started with Ubuntu. But now there are certain things I'd like to reconfigure, and i have absolutely no idea how to do that. I l... A.Korsunsky(13)