Search:

Type: Posts; User: XIIIX

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    9,665

    ScanF Skipping The User Input.

    Ok, so Im in first year of programming and Im having some difficulties, We're only using math.h,stdlib.h, stdio.h libraries..


    And we're doing a program which the user enters the clients.

    In:...
  2. Replies
    8
    Views
    6,410

    I hate structures.

    I hate structures.
  3. Replies
    8
    Views
    6,410

    I've edited my original question. Now Im having...

    I've edited my original question. Now Im having trouble with the structure (stack type) (LIFO)...
  4. Replies
    8
    Views
    6,410

    Stack Structure -Help me outttttt

    Hello there, yet again, my noobness.


    Ok, so I need to encrypt a file using this delimitations:

    -You will be given a file with a character, which is your key.(in this hypothetical situation...
  5. Replies
    1
    Views
    1,233

    Unsupported File Format????

    Hello again, Im sorry im giving you so much stupidity hahaha.


    //intento de encryptar un archivo.#include <stdio.h>
    int main (int argc, char *argv[])
    {

    char caracter;///caracter leido...
  6. Ok, new doubt, the original question is edited.

    Ok, new doubt, the original question is edited.
  7. Ok, So, let me explain myself. *Im reading...

    Ok, So, let me explain myself.


    *Im reading the file character by character because I want to encrypt it using the ASCII values.


    for example I've read a character 'R' which I believe is 82
    ...
  8. Comparing and integer variable with a char variable.

    Hello People! I hope everything's well...
    Im a noob coder and I have the next question,

    Here's my code, it copies character by character to another file.

    #include <stdio.h>int main (int argc,...
Results 1 to 8 of 8