Search:

Type: Posts; User: baikal_m

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    19,149

    Trying to figure out fopen() and fwrite(), but...

    Trying to figure out fopen() and fwrite(), but not succeeding.

    Can someone show me exactly how this would be done?

    Not asking anyone to do my hw for me... this is actually a very, very simple...
  2. Replies
    6
    Views
    19,149

    Easier than downloading: #include ...

    Easier than downloading:

    #include <stdio.h>

    float amp;
    int note;
    int main()
    {

    // the part directly below is the "parameter input" part:
  3. Replies
    6
    Views
    19,149

    Thanks! system () is really useful... But I...

    Thanks! system () is really useful...

    But I still can't get the second half of the code to compile a new file and run... any ideas??
  4. Replies
    6
    Views
    19,149

    Run command line code from within my c code.

    Hi all,

    I'm very new to C programming, and currently working on an assignment for week 1 of class.

    Trying to get a little ahead by figuring out a way to execute a command line code from within...
Results 1 to 4 of 4