Search:

Type: Posts; User: l2krence

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,449

    Drawing FlowChart!

    Help! How to draw a flowchart??
  2. Replies
    1
    Views
    1,340

    Random number code

    whats the define code for random number???
    i know how to use > rand()% 35 + 1;

    but wads the define code? i forgot!
    something like
    srand(unsigned (NULL))??
  3. What the fck! Lol

    What the fck! Lol
  4. Replies
    3
    Views
    1,107

    oh i see!!! that makes sense now. so can i set...

    oh i see!!! that makes sense now.
    so can i set my array value of any position with what i want anytime i want them?
    like
    my_board.arr[0][1] = rand()% 45 +35;
    // i want to set position 0 , 1 to...
  5. Thread: To wejnc ~

    by l2krence
    Replies
    0
    Views
    1,041

    To wejnc ~

    If i was to make a struct with flip and Num and name it as board
    example;



    struct {

    int flip;
    int Num;
  6. Replies
    3
    Views
    1,107

    Structing Array = Errors! O..o

    here's how i write my code of trying to construct a struct of array but ... hmmmm =,=lll
    errors basically @_@ this shows tat i weak on STRUCT ~~~ teach me pls! i always fail on making struct....
    ...
  7. Replies
    4
    Views
    2,157

    lol, is this an exercise ? O..o

    lol, is this an exercise ? O..o
  8. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ thx

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    thx
  9. @@@@@@@@@@@@@@@@@@@@@@@@@@ bumps bumps

    @@@@@@@@@@@@@@@@@@@@@@@@@@
    bumps bumps
  10. Great news and im feeling happy that im done with...

    Great news and im feeling happy that im done with the flip part and understand all the code!
    this is wad i done [the latest one from me ^^ ]



    #include <stdio.h>

    #define ROWS 6
    #define...
  11. well, this is my friend teach me one. but...

    well, this is my friend teach me one. but unluckily, my lecturer didnt allow me to use window because he says i only learn begineer things // im still a begineer.



    #include<stdio.h>...
  12. Replies
    15
    Views
    14,822

    oh by the way, wad does += stands for ? my...

    oh by the way, wad does += stands for ? my lecturer also talk about this too but i didnt get him~
  13. ah, well perhaps there's online tutoring on...

    ah, well perhaps there's online tutoring on programming~ i really couldnt get a clear mind on programming.. even with tons of textbooks i borrowed.. :X
    haiz~
  14. Aww, well.. Adak.. im back again... i manage to...

    Aww, well.. Adak.. im back again... i manage to do the move part done but i couldnt do a 'flip'
    ..
    what i done is trying to make (move=flip) and print out a certain value, example


    /*on...
  15. Replies
    3
    Views
    1,261

    how to name an array? and call an array?

    Well, how to actually tis array


    for(x=0;x<6;x++){
    for(y=0;y<6;y++){
    printf(" # ");
    }
    }
  16. Thread: Getchar

    by l2krence
    Replies
    9
    Views
    1,792

    so well, one more question extra added by me {...

    so well, one more question extra added by me {
    printf("What does getchar() stands for // represents of what? How to use it? My lecturer didnt teach this to me and i saw a lot of ppl using it and...
  17. Replies
    6
    Views
    1,051

    Hi, well, there's some problem with your...

    Hi,
    well,
    there's some problem with your coding...
    look this when i compile them >
    http://i235.photobucket.com/albums/ee82/lawrencewong100/untitled5.jpg
    i don't think that px = a; is a valid...
  18. Hmm, i tried to compiled and saw something. umm,...

    Hmm, i tried to compiled and saw something. umm, u missed out the flipping progress~
    it can move to left and down but once i want it to move back it cant move.
    and the flipping means like
    errr,...
  19. LOL, ok~ Maybe im really tat lazy. but i got...

    LOL, ok~
    Maybe im really tat lazy.
    but i got a lot work , engineering maths > WAS LIKE 200000000 HOMEWORKS! , PRESENTATIONS! , ASSIGNMENTS !!~~
    Arghh, i dunno how to deal them~
    but anyway......
  20. Any Nice And Best And Clear - Website // Video - Tutoring?

    As stated above, i would like to find some very brief and easy to understand guiding video tutoring or any website tutor, as the books are unaffordable to me, and wish to be a video type one, as im...
  21. thx Adak! but well, i feel a bit depressed when...

    thx Adak!
    but well, i feel a bit depressed when programming was come to me.
    problems like "hmm, what is the 1st step i shuld do" and "Hmmmm.. how to actually make this move // how to make this...
  22. well,, to be honest this is the picture taken by...

    well,, to be honest this is the picture taken by my lecturer and he ask me to do this as assignment ......
    So , basically i have no idea how to start...
    i juz know how to construct an array of...
  23. Swapping positions of random number in Arrays

    How to swap the postions of a certain object in Array?
    Like this>>>>
    http://i235.photobucket.com/albums/ee82/lawrencewong100/untitled.jpg

    i want to make that '!' move but HOW?

    Help mi...
  24. Replies
    2
    Views
    1,320

    Help on my Assignment Please :C

    My task is like creating a mini games like the one on this web > Funschool - Fun Blaster - Flip&#039;em
    but it was actually a tough one although it's seems to be a simple game!
    I had think for 2weeks...
Results 1 to 24 of 24