Search:
Type: Posts; User: SerpentSin; Keyword(s):
Search:
Search took 0.01 seconds.
-
September 7th, 2004 12:21 PM
If youīre going to use a batch file to "delete" a hard drive, make sure you use a boot disk, īcause in fat and ntfs systems, youīre not allowed to format the boot partition. And even then, the data...
-
September 7th, 2004 12:09 PM
Hereīs a good link about programming problems, a few of them, unsolvable
http://www.nist.gov/dads/termsType.html#P
edit: "programming programs?" that was terrible, sorry, fixed it now :)
-
September 6th, 2004 09:34 PM
No, the human mind cannot be written as a program, not with the programming tools available until now. Besides instincts, we have something called "reason", and I wont go into that because it isnīt...
-
September 6th, 2004 02:19 PM
The subject of the post isnīt programming languages, itīs about programming problems and Theory of Computation. AI isnīt getting better, itīs just growing larger. With the type of computer logic we...
-
September 6th, 2004 03:37 AM
Well, if these theories were useless, you wouldnīt be sitting on your machine reading this message right now, you wouldnīt even have a subject called programming. Computers need solid sets of rules...
-
September 2nd, 2004 03:30 PM
Hi, iīve recently purchased the modem mentioned above, and as usual, the vendor only provided me with the windows driver. So I googled for a linux driver and found a driver called eciadsl...
-
August 24th, 2004 01:14 PM
And even after you specialize in programming you would also need some major knowledge about operating systems in order to understand the source codes.
-
August 20th, 2004 03:51 PM
Well, even if there is a built-in way of declaring integers larger than __int64, if you're dealing with bignums, you'll eventually run into a problem where you'll need something larger than 128bits,...
-
August 5th, 2004 06:18 PM
Complementing what cacosapo said, the \n escape character is converted to an equivalent character code during compile time, depending on the code standard your machine is using.
Now, your string...
-
August 5th, 2004 05:50 PM
lepricaun, complementing what everyone else said, I consider the best way to find out what architecture the source file is designed for is to analyse the program structure, because, like jdenny said,...
-
August 5th, 2004 05:29 PM
Well, C++ inherited a good deal of the C syntax wich includes all of the operators, and that means that technically an instruction like cout << 1 would be acceptable in C syntax, the difference is...
|
|