Search:

Type: Posts; User: Bandizzle

Search: Search took 0.00 seconds.

  1. Ok I did away with the dynamic arrays for now. I...

    Ok I did away with the dynamic arrays for now. I don't seg fault anymore, but there seems to be some unexplainable logical error somewhere that I can't find!

    The logic seems okay to me, but I'm...
  2. Ok, so I have a better idea of what I should be...

    Ok, so I have a better idea of what I should be doing...trying to not make things too complex but I still seem to be getting a seg fault... >_<

    Any tips for what I should change?

    New stuff I...
  3. Parsing a comma separated string that has spaces while IGNORING the spaces...

    Hello, I'm having issues trying to parse a comma separated string...I can't seem to get past the spaces

    I'm simply trying to parse a string that is as follows:




    Date,Subject,Start Time,End...
  4. Thank you everyone for the swift and very helpful...

    Thank you everyone for the swift and very helpful input!

    MK27 your advice on using the for loop made perfect sense! I was already thinking that some kind of loop was needed, but wasn't sure...but...
  5. Structures and dynamically allocated arrays

    Hi, I'm a novice when it comes to programming. Right now I'm in college taking my first class on C++, but our first homework assignment is in C.

    Anyways, the first programming assignment is fairly...
  6. Wow, that was fast! Thank you so much! I feel...

    Wow, that was fast! Thank you so much! I feel stupid now...but then again the strcmp() function is found over 100 pages ahead of where we're supposed to be at in our C textbook. I should read ahead...
  7. Need help with comparing strings (I'm a beginner C programmer)

    I'm very new to C programming. My only other programming experience is Python Programming. I have an assignment in my programming class that involves comparison of strings, so I figured I'd write a...
Results 1 to 7 of 7