Search:

Type: Posts; User: obsidiantalon

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    1,312

    *thumps his own forehead* Ok, the error was in...

    *thumps his own forehead* Ok, the error was in the printf commands (Which i took out when i posted it up there... Sorry again for my ignorance.
  2. Replies
    12
    Views
    1,312

    Code so far *embarrassed*

    #include <stdio.h>


    typedef struct country
    {
    char name[20];
    int population;
    char laugnage[10];
    } Country;
  3. Replies
    12
    Views
    1,312

    Ugh! I tried the syntax that everyone tells me is...

    Ugh! I tried the syntax that everyone tells me is correct...And my compiler gives me a parse error.. "C:\Documents and Settings\David\Desktop\C Stuff\Davids_Prog_1.c: line 9: Parse Error, expecting...
  4. Replies
    12
    Views
    1,312

    Hehe, thank you! I'm still Googling syntax and...

    Hehe, thank you! I'm still Googling syntax and stuff...Cause when i said i was VERY new to this..I meant as in...This'll be my second day being exposed to C..(I've done HTML/CSS/touched into VB/C/C++...
  5. Replies
    12
    Views
    1,312

    I'll look into it...Thank you very much for...

    I'll look into it...Thank you very much for taking the time to help me :)

    Talon
  6. Replies
    12
    Views
    1,312

    I did some reading on those commands...And i'm...

    I did some reading on those commands...And i'm not entirely sure if they will do what i need 'em to either :-\. I basically just want a list of words...And wanna assign each word a value...For...
  7. Replies
    12
    Views
    1,312

    New to C programming...Need help :)

    Hi all, i'm 15yrs old, and VERY new to C programming...I have about 1 and a half days to learn enough C to make a list of keywords, which when typed in will give you a definition of the word...I am...
Results 1 to 7 of 7