Search:

Type: Posts; User: janeznovak

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,298

    help with saving strings

    I am triing to write a programm, where i would save names of teaching classes and the number of available hours. The program that i wrote does not want to save the names and i do not know why......
  2. Replies
    6
    Views
    859

    yes, that was what i would do, at least the first...

    yes, that was what i would do, at least the first part of it. what is the difference between both of you examples?

    sory if i am asking stupid questions, but i would like to understand...
  3. Replies
    6
    Views
    859

    so if i would go like: for (i=0;i

    so if i would go like:


    for (i=0;i<10;i++){
    array[i]=(char*)malloc(10*sizeof(char));
    }

    it would be ok?
  4. Replies
    6
    Views
    859

    array of strings

    Hi there!

    This is my first post and i would first like to apologize for my bad english if there will be one...:D

    I have a question about a program which i do not know how to make exactly, but...
Results 1 to 4 of 4