First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
A question about programming...
Am I right to assume that the reason why most people take up programming is because they like programming? I'm just curious because the reason I took up programming was because it seemed like a safe outlet to escape my ongoing battles with alcoholism and depression. Over time, I learned to express my hate and anger... 21 Mar 2010 13:50
translating
I am trying to translate this C++ program into C. I don't know if I'm writing code that would work or not. I am open to any critique. What they have-- /* chunks.cpp * * List the majors chunks of a RIFF file * */ #include <stdio.h> typedef unsigned char BYTE; typedef unsigned int DWORD; int Ge... 14 Mar 2010 16:32
Mindcontrol ...
Hello, They have tortured Mr. Khedira, Amine Moulay Ramdane and many others with advanced Mindcontrol technologies (weapons ...) etc. ... We must not forget those innocents ! http://www.youtube.com/watch?v=PtrYF7pGZlM http://www.youtube.com/watch?v=eL35CyQfKx0&feature=related http://www.youtu... 11 Mar 2010 19:06
disassembly
On 3/11/2010 6:45 AM, Bill Cunningham wrote: Can anyone read this disassembly of Adobe's media player? It kind of big so for whoever cares it's gzipped. I see loops and alot of 16 bit registers being used. (A) This is probably in direct violation of the EULA you agreed to when you downloaded the soft... 14 Mar 2010 20:59
ParallelQueueh ...
Hello, Description: Description: Parallel algorithm to handle unbounded queue FIFO that use a parallel hash table (look at inthashlist inside the zip) with O(1) (best case) and O(n)(worst case) access. It's for educational purpose. Language: FPC Pascal v2.2.0+ / Delphi 5+: http://www.freepascal.org/... 11 Mar 2010 16:50
Depth of Binary Tree
I have come accross with the code for finding Depth of tree, i am not getting this, please anyone throw a light on this .... http://www.math.bas.bg/~nkirov/2010/NETB201/slides/ch06/pic3.jpg please explain in code level rather than theoratical level. int depth(treenode *p) { if(p==NULL)return(0); i... 15 Mar 2010 14:36
Looking for a development tool to list all the functions in asource file
Ramon F Herrera wrote: I do most of my server-based coding using vi and Linux. I could use a CLI-based tool that takes a C or C++ file and displays all the function names in it, with signatures. TIA, -RFH Doxygen maybe? Though the output is not on the CLI. -- Ted DeLoggio ... 9 Mar 2010 21:29
Compressed PE executable
Hi, I have compressed PE file (compressed with PECompact tool). How can I extract real executable from this kind of file? I don't think I could just decompress it. Maybe I could dump memory of the running process but no idea how to handle that Thanks for help, Tim ... 9 Mar 2010 13:28
Work at Home - Earn 20,000 Weekly Without Investment Its Not A Fake, 100% Earning Guarantee
Work at Home - Earn 20,000 Weekly Without Investment Its Not A Fake, 100% Earning Guarantee for start earning click here now http://www.tkqlhce.com/click-3823529-10751048 http://www.tkqlhce.com/click-3823529-10751048 http://www.tkqlhce.com/click-3823529-10751048 http://www.tkqlhce.com/click-3823529-10751048... 8 Mar 2010 01:01
The perpetual calendar
On Mar 5, 10:39 am, Jonathan de Boyne Pollard <J.deBoynePollard- newsgro...(a)NTLWorld.COM> wrote: But 0 is the start of computer indexing - at least in real programs. Real Programs are of course written by Real Programmers, and Real Programmers know that even toy languages like Visual BASIC have OPTION ... 10 Mar 2010 04:09
First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31