Search:

Type: Posts; User: gabrielksa

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    10,810

    Converting the strtok output to integer

    Hi!

    I'm a beginner and I'm trying to figure out how to store the result of strtok() in a Array of integers...

    If I'm not mistaken, strtok brokens the string into tokens, returning a pointer to...
  2. Replies
    2
    Views
    13,369

    uhmm So the only way is to use a loop to...

    uhmm

    So the only way is to use a loop to access one by one...
    Thanks for your explanation, alecodd!

    This code is not mine, actually. That's why one print routine works and the another one...
  3. Replies
    2
    Views
    13,369

    How to access data from a Linked List?

    Hi!

    I believe it must be quite simple to do, and I'm not finding it on the forum. I'd like to access a specific variable in my code which is in a Linked List.

    I've tried to use something like...
  4. Help with debugging a program which needs the command prompt

    Hi!

    I'm a very beginner in programming and I would like to debug a program to know how it works, because its code is pretty big.

    The compilation was ok, and my problem is: the program needs the...
  5. Replies
    7
    Views
    1,680

    I mean that the file is not created =)

    I mean that the file is not created =)
  6. Replies
    7
    Views
    1,680

    Ops! Sorry, It's true, the topic is in the wrong...

    Ops! Sorry, It's true, the topic is in the wrong section... I'm using C
    How could I move it to the right section?

    D[i] and Njuncs are global and I've tried to use this code inside the D[i]...
  7. Replies
    7
    Views
    1,680

    I'm using this language to edit an open-source...

    I'm using this language to edit an open-source software, which has a graphical interface that uses an engine (a DLL made in C). This software is for hydraulic systems project. On my final thesis, I...
  8. Replies
    7
    Views
    1,680

    Doubt: File I/O and DLLs

    Hello everybody!

    I'm a newbie on programming and I'm trying to create a routine to write some calculated variables on a text file. There is a lot of file I/O examples on the internet, and I've...
Results 1 to 8 of 8