Search:

Type: Posts; User: Thinlizzy76

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,543

    thanks I'll look into that.

    thanks I'll look into that.
  2. Replies
    4
    Views
    1,543

    No this is just for my own educational purposes....

    No this is just for my own educational purposes. I want to get familiar with bot programming. I've looked into doing it in C#, seems much more practical.
  3. Replies
    4
    Views
    1,543

    Some Help please (C web programming)

    What I am looking to do basically is make a 'Bot' sort of application to access this website Login | EA SPORTS Soccer, and enter a password and username into the fields. Could someone tell me how to...
  4. Replies
    6
    Views
    2,186

    thanks for your reply, sorry about the bumping....

    thanks for your reply, sorry about the bumping. I'll take some time to read through your points before reposting.
  5. Replies
    6
    Views
    2,186

    anyone? :S

    anyone? :S
  6. Replies
    6
    Views
    2,186

    help is greatly appreciated and much needed. i...

    help is greatly appreciated and much needed. i will provide more of the code if needed? I have just spent weeks trying to sort this but no luck.
  7. Replies
    6
    Views
    2,186

    Need help with database assignment!

    When I go to delete something by using my delete function , i end up wiping the entire .DAT file. need help, can anyone tell me what im doing wrong




    void delete_student()
    {
    ...
  8. how would i do this??sorry i'm such a noob.

    how would i do this??sorry i'm such a noob.
  9. How exactly would i do that??? here's the code: ...

    How exactly would i do that??? here's the code:



    while(i!=5)
    {



    printf("2011 Presidential Election \n");
  10. sorry i meant to say that if a person enters a...

    sorry i meant to say that if a person enters a character other than 0,1,2,3 that an error will display. is there any way at all to do this with a while or do while statement?
  11. What is the while equivelent to the default function in the switch statement??

    I want to make sure a user can't enter any characters except 0,1,2 or 3 using a while loop. how do i do it?
  12. Replies
    4
    Views
    2,602

    Thanks MK27, much appreciated. got it working

    Thanks MK27, much appreciated. got it working
  13. Replies
    4
    Views
    2,602

    while(i!=5) { ...

    while(i!=5)
    {



    printf("2011 Presidential Election \n");

    system("pause");

    ...
  14. Replies
    4
    Views
    2,602

    Help with While Loop and array

    I have to make a program for a voting machine for a presidential election as part of a school assignment. my question is that i'm using a while loop and numerous arrays. In the while loop , the data...
Results 1 to 14 of 14