Search:

Type: Posts; User: emodius

Search: Search took 0.00 seconds.

  1. Thread: Small problem

    by emodius
    Replies
    5
    Views
    1,002

    Lil Help

    xVibe-

    You said



    Hopefully my formatting will work there. Anyway, You are correct. In this case, and in most cases that I have seen thus far, Main calls the function, or series of functions,...
  2. Replies
    3
    Views
    1,329

    Thanks

    Thank you for your rapid response.

    Yes, I can solve the problem in any language, I think (I mean once you know how to program, it is pretty much all syntax after that).

    You have correctly...
  3. Replies
    3
    Views
    1,329

    Converting Between Data Types

    Hello,

    I am new to C programming and am trying to write one my first programs. The program rather simple, but seeing as my background is really Fortran, I am having a bit of trouble making it...
  4. Replies
    15
    Views
    3,433

    I see

    My spologies if that is the case. I will review it. I am new to C as well. I am sorry if I got the wrong impression. I know it takes time to learn. Believe me, I know hehehe. Well I will check back...
  5. Replies
    15
    Views
    3,433

    Ok

    CODE#include <stdio.h>

    int i=0, c=0;
    char line[10]="Fantastic";

    int main(void);
    {

    if (i<10)
    {
Results 1 to 5 of 5