CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: wonka

Search: Search took 0.01 seconds.

  1. Re: [Beginner] Code not compiling, library issues??

    Hey thanks for getting back to me. And much thanks for the compile-able program. I'm trying to mess around with c++ functions that can legally do this for me not including the letter value 'E'. The...
  2. Replies
    7
    Views
    5,760

    Re: Code for merging isn't doing anything

    I don't think that I know how to properly transpose the data into an array of string. I declared
    string ourFamilyArray [400]; and
    int ourFamilyArray[400];, neither worked. Are they both wrong?...
  3. Replies
    7
    Views
    5,760

    Re: Code for merging isn't doing anything

    Thanks for responding. I was able to fix my code before, but I'm struggling to understand how to alphabetize the merged data. I thought it'd be simple, but for some reason it's blowing my mind! If...
  4. [Beginner] Code not compiling, library issues??

    This is just the beginning of my code. My intention is for the user to input a value of scientific notation, then have the program store that as string scientificNotation. I then am trying to have...
  5. Replies
    7
    Views
    5,760

    Code for merging isn't doing anything

    'm trying to finish this project which is supposed to read two files, and merge them alphabetically. I've written this code, and it compiles. But it isn't actually doing anything?? I'm not really...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured