Search:

Type: Posts; User: SerpentSin; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    25
    Views
    19,035

    If you´re going to use a batch file to "delete"...

    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...
  2. Replies
    20
    Views
    18,245

    Here´s a good link about programming problems, a...

    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 :)
  3. Replies
    20
    Views
    18,245

    No, the human mind cannot be written as a...

    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...
  4. Replies
    20
    Views
    18,245

    The subject of the post isn´t programming...

    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...
  5. Replies
    20
    Views
    18,245

    Well, if these theories were useless, you...

    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...
  6. Creative USB BroadBand Blaster under Linux

    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...
  7. Replies
    8
    Views
    3,902

    And even after you specialize in programming you...

    And even after you specialize in programming you would also need some major knowledge about operating systems in order to understand the source codes.
  8. Replies
    9
    Views
    7,170

    Well, even if there is a built-in way of...

    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,...
  9. Replies
    10
    Views
    4,200

    Complementing what cacosapo said, the \n escape...

    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...
  10. lepricaun, complementing what everyone else said,...

    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,...
  11. Replies
    31
    Views
    8,981

    Well, C++ inherited a good deal of the C syntax...

    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...
Results 1 to 11 of 11