Search:

Type: Posts; User: gyilki

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,642

    6x6 array problem

    Hi there! I want to do an 6x6 array which contains the english abc + numbers 0-9 (sum: 36 chars). This will be a polybius cipher. I read words from a txt file (for example apple11) and write its...
  2. Replies
    13
    Views
    9,524

    Solved, i rewrote the whole code and it works! :)...

    Solved, i rewrote the whole code and it works! :) Thanks for helping me guys!
  3. Replies
    13
    Views
    9,524

    Still gives me wrong result (always 96) and yes,...

    Still gives me wrong result (always 96) and yes, i had to write an own power, cuz cannot use math.h:



    #include <stdio.h>


    int hatvany(int alap, int exp)
    {
    int res = 1;
  4. Replies
    13
    Views
    9,524

    It has to be 0, i guess. Its only get value, when...

    It has to be 0, i guess. Its only get value, when the cycle starts.
  5. Replies
    13
    Views
    9,524

    FOR cycle problem

    Hi folks. I have written a code. I got 4 data (int) in a txt file: an operator, tho numbers from an interval and a power.

    For example: + 2 5 2

    I want a FOR cycle to do this:

    Power all...
Results 1 to 5 of 5