Search:

Type: Posts; User: JamesL

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    6,633

    PigLatin Program HELP!!!

    Here's my code so far...


    // PigLatin Word Converter
    // James Le
    // COP2220 Summer 2012


    #define _CRT_SECURE_NO_DEPRECATE
    #include<stdio.h>
  2. Replies
    2
    Views
    5,147

    ok wow I feel like an idiot :P

    ok wow I feel like an idiot :P
  3. Replies
    2
    Views
    5,147

    PigLatin Program HELP!

    This is what I have for my piglatin word translator program so far, there's an error C2059 in the Rule1 function where firstletter[1] and firstletter[2] are. Can someone help me with this? Also you...
  4. Replies
    3
    Views
    2,010

    Thanks for the help guys! This bit of code was...

    Thanks for the help guys! This bit of code was copy and pasted from my project which was open on another window of visual studio so things like the return 0 i miss :P
  5. Replies
    3
    Views
    2,010

    Functions and Character Arrays HELP!

    #define _CRT_SECURE_NO_DEPRECATE
    #include <stdio.h>
    #include <string.h>


    //char Rule1(int);
    int Rule2(char);
    void Display();
    char input_string[100];
Results 1 to 5 of 5