Search:

Type: Posts; User: Vioooo

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    4,096

    Read more images at once

    Hi all. How can I read multiple images from a folder, then process them(add some effects) and then redirect them to a specific folder, with a specific name?


    char input[] =...
  2. Replies
    3
    Views
    5,244

    oh my mistake .. First of all, I declared the...

    oh my mistake ..
    First of all, I declared the variables inside exactly as you said and expected it :) but if I have a function like this int ** rotateMatrix (int ** matrix, int matrixSize) ?
    how...
  3. Replies
    3
    Views
    5,244

    Matrix problem with pointers

    hi, i have a problem with pointers. I have declared a matrix that receives n x m lines and columns, but I receive a fault segment and I do not know why .. can you help me please?

    #include...
  4. Replies
    1
    Views
    6,263

    Vector dynamically allocated.

    A vector with n integer elements is given. It is required the return of a new vector, dynamically allocated, that will have in position i the product of all elements in the received vector, except...
  5. Replies
    1
    Views
    5,847

    Generate random uppercase & lowercase

    Hello everybody! I need a program that randomly converts a letter, from the upper case to the lower case and vice versa depending on a parameter p:
    If p <1, then the letter will be converted to the...
  6. Replies
    2
    Views
    6,263

    A little help, please

    Hi everyone, I am new to the field of programming and I do not have much experience with C. Can you help me with solving the 2 requirements of my topic? Please very much.

    Requirement 1 - Uppercase...
  7. Replies
    1
    Views
    2,631

    what exactly does this "for" do?

    hello everyone, a little help with what exactly does this "for"?

    for (int i=1; i <=sets; i++) {
    printf("%d\n", i);
    scanf("%d.%d.%d.%d", &a, &b, &c, &d);

    MSK_1 = (a <<...
Results 1 to 7 of 7