Search:

Type: Posts; User: sabathh

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,263

    Do you mean putting the &, like this? for...

    Do you mean putting the &, like this?


    for (card=0; card<=4; card++) /*Le as cartas na mão de cada jogador da rodada*/
    {
    printf("Carta %d:",card+1);
    ...
  2. Replies
    4
    Views
    2,263

    There is nothing wrong with the compilation, but...

    There is nothing wrong with the compilation, but the program stops working as soon as it gets there.

    Just to be more specific, this one:



    for (card=0; card<=4; card++)
    {
    ...
  3. Replies
    4
    Views
    2,263

    Help with reading files, and other stuff..

    Hello to everyone. I'm having some problems regarding reading specific data from a .txt file(C). I need to read, for example:

    1 50 5
    Gabriel Stewie Stan Roger Peter
    4 2
    Stewie 10 12 P 5 O 6 E 8...
Results 1 to 3 of 3