Search:

Type: Posts; User: ferronia

Search: Search took 0.01 seconds.

  1. Hi, I have no clue about pointers. I only know...

    Hi, I have no clue about pointers. I only know how to make an array and I am used to other programing languages (Pascal).. For me norstring[1] is just the first string in my array. How can I correct...
  2. program that deletes same lines in a text file

    Hello. I am working on a program that deletes same lines in a text file.

    I already wrote it, but it still doesn't work. Could you please help me to find the mistake?

    Thank you.


    #include...
  3. Replies
    4
    Views
    1,565

    I don't know how to use it. Is it something I...

    I don't know how to use it. Is it something I should add as an external file? Or something I should write to the source code?

    (I am really a beginner)


    If by 'dev', you mean dev-c++, then you...
  4. how to get ASCIIi value of a char in a string

    Hi,

    how can I find ASCII value (0..255) of a character char in a string?

    I have an array of char:


    char myarray[50];

    and I need to have ASCII value of character eg myarray[10]. How can I...
  5. Replies
    4
    Views
    1,565

    how to increase text in the output

    Hi.


    I am on Windows 7, 64 bit; using Dev for compiling my C codes.


    Is there a way to increase size of a text output on the screen?


    Thank you.
Results 1 to 5 of 5