Search:

Type: Posts; User: blacksaibot

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    941

    Thanks for the help. For some reason using your...

    Thanks for the help. For some reason using your code gave me a lot of errors so I tried to take another route with your ieas.



    typedef struct {
    char* username;
    int numBlocked;
    }...
  2. Replies
    11
    Views
    941

    I can't get my array to resize

    I have an array of blocked users and I want to be able to increase the element size every time a new user is to be blocked.

    The blockedUsers array and blockedCount int are global varaibles

    int...
  3. Replies
    4
    Views
    1,167

    Should it be something like this? void...

    Should it be something like this?




    void main(void)
    {
    FILE *fp;
    int i;
  4. Replies
    4
    Views
    1,167

    Woops, I meant to change the code to output.txt...

    Woops, I meant to change the code to output.txt that's why.
  5. Replies
    4
    Views
    1,167

    I need help with these 2 programs

    I am new to C, literally. My lovely professor wants us to teach ourselves to program while he compiles it and tells us we're wrong without going into any details. If it compiles and it runs = A, if...
  6. Replies
    9
    Views
    1,062

    Thanks for so much help!!!!! I honestly could...

    Thanks for so much help!!!!!

    I honestly could care less if you frown upon it! If there is something I want to do and I ask how, I don't see why you won't answer the question!
    If the tutorials...
  7. Replies
    9
    Views
    1,062

    beginner help

    I am fairly familiar with java, but I want to try my hand at C++, but going backwaords is a bit difficult for me.

    How do I create a program to read data from a file and copies it to another file?...
Results 1 to 7 of 7