Search:

Type: Posts; User: acbarberi

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,080

    It's hard to help if I don't know what errors...

    It's hard to help if I don't know what errors you're getting.
  2. Replies
    4
    Views
    1,023

    I've seen those. Why wouldn't I want to read the...

    I've seen those. Why wouldn't I want to read the entire file at once?

    If I just take the file in chunks, then I have to make up some way to make sure that I have a full block of SQL code.
  3. Thread: IDE liking

    by acbarberi
    Replies
    51
    Views
    8,169

    I program on a Mac and I used Xcode.

    I program on a Mac and I used Xcode.
  4. Replies
    4
    Views
    1,023

    Reading a file

    I'm new to C programming, and I'm trying to figure out a simple way to read the entire contents of a text file. Is there a way? I have a SQL file that has a lot of SQL code in it that I want to send...
  5. Replies
    4
    Views
    1,352

    Thanks. I appreciate. I wasn't sure on what to do...

    Thanks. I appreciate. I wasn't sure on what to do and I'd been trying to figure it out for hours. I'm new to C and I've been searching all around, but I must've been searching for the wrong thing.
  6. Replies
    4
    Views
    1,352

    That's probably what I'm missing. How do I do...

    That's probably what I'm missing. How do I do that?
  7. Replies
    4
    Views
    1,352

    MySQL Problem

    I've been trying to use MySQL from my C program and I'm using Xcode but I keep getting this error and I can't figure out what the problem is. I hope somebody can help!

    Undefined symbols:
    ...
  8. Thread: Linked List

    by acbarberi
    Replies
    3
    Views
    1,624

    Linked List

    Hi I'm new to C programming, but I have been programming in Visual Basic, Java, and PHP for a while now.

    I hear linked lists are much more memory efficient than arrays in most cases, and I saw...
Results 1 to 8 of 8