Search:

Type: Posts; User: asylumcyclop

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    4,301

    Not sure what happened in line 137th translated...

    Not sure what happened in line 137th translated into english.

    So far, I have managed to open the textfile, read it line by line, and display it on the console:

    I'm working on Enigma, and my...
  2. Replies
    7
    Views
    4,301

    Here is an example how this program should work....

    Here is an example how this program should work.

    https://snag.gy/1Fd02A.jpg

    https://snag.gy/QHyaXI.jpg

    The final result sould look like this. The cipher must return the initial message into...
  3. Replies
    7
    Views
    4,301

    True, that's how it works! taht is letter,...

    True, that's how it works!

    taht is letter, jarg is next. Still nothing, any ideas?
  4. Replies
    7
    Views
    4,301

    Decrypting problems

    Can someone help me with this issue. How can I decrypt the message, seems to me it's impossible to return the original message.



    #include<stdio.h>
    #include<ctype.h>
    #include <stdio.h>...
  5. Replies
    1
    Views
    3,468

    Error message while running the code!

    How, do I call out wrong input If I insert numbers with alphabets/symbols. Here is an example of the program!


    int main (void){
    int grams_of_fat, /* number of grams of fat in one...
  6. Replies
    14
    Views
    5,062

    the compiler doesnt work as I already said.

    the compiler doesnt work as I already said.
  7. Replies
    14
    Views
    5,062

    Can someone help me with teamviewer.

    Can someone help me with teamviewer.
  8. Replies
    14
    Views
    5,062

    I just took an example for testing, the code is...

    I just took an example for testing, the code is copied from compile exploser. This bloody thing doesn't work in my pc. I copied the c program into c:\users\lenovo and tried to call out gcc -s...
  9. Replies
    14
    Views
    5,062

    saved the code in notepad ++ .LC0: .string...

    saved the code in notepad ++

    .LC0:
    .string "programm ytleb, kui palju on kaloreid on"
    .LC1:
    .string "toidus, arvestades toidu rasvasisaldust.\n"
    .LC2:
    .string "Kui palju rasvasid...
  10. Replies
    14
    Views
    5,062

    dev c++ 5.11, mingw, gcc.

    dev c++ 5.11, mingw, gcc.
  11. Replies
    14
    Views
    5,062

    it says: gcc is not regocnized as an internal or...

    it says: gcc is not regocnized as an internal or external command
  12. Replies
    14
    Views
    5,062

    convert c into asm

    Hi, how to convert this program into assembly



    #include <stdio.h>

    #define CALORIES_PER_GRAM 9.0 /* there are 9 calories per gram of fat */

    int main (void)
    {
Results 1 to 12 of 12