|
M.I'5`Pe rsecution <- Skybuck says: Get some video clips youwanker ! :) Skybuck Flying schrieb: (something) Answering a spammer is as productive as watching a potato grow. Or as discussing with you. -- There's no easy quick way out, we're gonna have to live through our whole lives, win, lose, or draw. -- Walt Kelly ....und wech Danny <dannys9 (at) gmx (dot) d... 31 Dec 2007 04:42
M.I'5`Pe rsecution - No Justic e for t he Victims of MI 5 MI5. Persecution Update: Friday 11 June, 1999 Harassment in a pub in Clapham,. Tuesday lunchtime Once a month, or once every other month, I meet a Polish friends. of mine who lives in Clapham North, and sometimes. we go to a particular pub near where he lives. The last. time was some two months ago; I did not... 31 Dec 2007 04:08
M.I'5-Persecutio n . MI 5 ar e Afraid to Ad mit Th eyre B ehind the Pe rsecution MI5 are Afraid to Admit They're Behind the. Persecution MI5 have. issued a formal denial of any involvement in my life to the Security Service Tribunal, as you might expect them. to; but, more importantly, the persecutors. have never denied that theyre from the Security Service,. despite several years of accusa... 31 Dec 2007 04:08
Beginner Question I just have a real quick question on how to create header files and link to them in the main code. The book that is supposed to be teaching me C++ simply says create a header file and include a link to it in the top of your main.cpp code. That's it, no other instructions, so if anyone out there can help me with thi... 10 Jan 2008 12:02
Problem with template and iterator It looks like I've stumbled over some misunderstanding of templates. When I compile the code below (g++ (GCC) 4.1.2 20070502 (Red Hat 4.1.2-12) ), the first set of errors I get are: ListT5.cpp: In function �std::string toString(const std::list<T, std::allocator<_CharT> >&)�: ListT5.cpp:18: error: expected `;... 3 Jan 2008 03:13
Discussion: What is the best way to count all set bits in a LARGEunsigned char array(no memory limit)? Richard Heathfield wrote: Francis Glassborow said: <snip> Well my first thought is to create an array of 256 ints and populate it with the required values: int bitcounts[256] = {0, 1, 2, 1, 2, 2, 3 and so on UCHAR_MAX + 1, surely? (One would of course write a program to gen... 29 Dec 2007 12:53
Discussion: What is the best way to count all set bits in a LARGE unsigned char array(no memory limit)? For example, 0x03 has 2 bits sets. 0x04 has 1 bits set. 0x07 has 3 bits sets. Suppose we get a really big array, like unsigned char ucarray[1024*1024*1024]; then what is the best way to count the number of all set bits(no memory limit)? To discuss it here because it was an interview question, and I ... 1 Jan 2008 21:47
DMA programming Hi, I am trying to make a small utility which can zero fill a hard drive. I have done it with PIO mode but it takes a lot of time doing it. Now, I am trying to use UDMA mode of the hard drive, but I don't know where to start. I really appreciate if you can give me some guides on doing it. Thanks, Hon... 28 Dec 2007 21:59
Related array(s) Hello NG, I have some sets of data in a file, containing an int and a string per line. Obviously its a file, so on start all string(s), but I have to convert the first entry to int, because I need some mathematical operations with it. The amount of lines is variable same as the length of the string(s). Examp... 1 Jan 2008 08:31
High Speed IRQ Timer/Clock in C I found this excellent High Speed Timer (in Pascal). I compiled it (using Turbo Pascal 7 and it runs fine): http://www.sorucevap.com/bilisimteknolojisi/programcilik/pascal/ders.asp?207995 and same High Speed Timer here too: http://groups.google.com/group/comp.lang.pascal/browse_thread/thread/92e9398f16c10ba4/e67... 16 Jan 2008 06:33 |