Search:

Type: Posts; User: marrk

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,697

    Samo tako dalje buraz. Keep it up.

    Samo tako dalje buraz.

    Keep it up.
  2. Replies
    16
    Views
    8,329

    http://www.youtube.com/watch?v=Mal6XbN5cEg ...

    http://www.youtube.com/watch?v=Mal6XbN5cEg

    Yeah :cool:
  3. Thread: Java to C

    by marrk
    Replies
    4
    Views
    1,187

    http://www.ebookmall.com/ebook/133642-ebook.htm ...

    http://www.ebookmall.com/ebook/133642-ebook.htm

    Just don't tell me that you are having an exam tomorrow :rolleyes:
  4. Thread: Key_enter

    by marrk
    Replies
    1
    Views
    2,327

    Key_enter = 13

    Key_enter = 13
  5. Replies
    2
    Views
    3,707

    http://www.eskimo.com/~scs/cclass/notes/top.html ...

    http://www.eskimo.com/~scs/cclass/notes/top.html

    Take a look around
  6. Thread: Reading File

    by marrk
    Replies
    0
    Views
    964

    Reading File

    Hi guys

    I saw faq - http://faq.cprogramming.com/cgi-bin/smartfaq.cgi?answer=1046476070&id=1043284351 and I noticed that i'm doing exactly the same thing with feof(), now I'm wondering if this is...
  7. Replies
    39
    Views
    4,912

    Great jobe done, but like bumfluff said it is a...

    Great jobe done, but like bumfluff said it is a lot harder then in previous versions. Maybe if view would be a little bit far away so you could spot holes sooner, because right now they are sneaky.
  8. Replies
    7
    Views
    3,009

    Me and my friend had a looong time ago similar...

    Me and my friend had a looong time ago similar project, we have found some very cheap RC transmitter, which was very simple. Transmitter joysticks(left,right,speed) were simple switches or better say...
  9. Replies
    21
    Views
    5,443

    > The documentation SUCKS I have to agree with...

    > The documentation SUCKS
    I have to agree with this
    >there's virtually no decent tutorials or demo code online...
    There is plenty of them, if you check out tomorrow there will be let's say 10 more...
  10. Replies
    39
    Views
    4,912

    I don't like new version, warp and kill tiles...

    I don't like new version, warp and kill tiles destroyed everything what was good in Ubertube2.
    Previous version rox
  11. Replies
    5
    Views
    4,632

    Wow your tutorials are great :cool: keep on the...

    Wow your tutorials are great :cool:
    keep on the good work
  12. Replies
    5
    Views
    4,632

    I will stick to practice :) btw - nice...

    I will stick to practice :)

    btw - nice tutorial on C++ World
  13. Replies
    25
    Views
    5,531

    You are full of treasures guys - I have to become...

    You are full of treasures guys - I have to become a pirate :)

    Currently:
    desktop PC
    PC laptop
    Playstation

    Owned:
    a few desktop PCs
    Sega Mega Drive(or something like that)
  14. Replies
    5
    Views
    4,632

    BST - delete node

    One quick qestion, which is probably also silly but anyway, when I deletenig a node in BST which has a right child and it's right child has a left child, does it matter if I swap deleting node with a...
  15. Thread: Favorite IDE?

    by marrk
    Replies
    22
    Views
    5,695

    I'm using MVS 2005, for me is the best IDE ever ...

    I'm using MVS 2005, for me is the best IDE ever

    Don't forget to install SP1 :)
  16. Thread: My "scanf"

    by marrk
    Replies
    5
    Views
    3,736

    smart-asses(ok I admit jafet you made me laugh...

    smart-asses(ok I admit jafet you made me laugh with your link)

    I was trying to make a function (for noobs like me) who have problems with user inputs(board is spamed with that kind of threads)....
  17. Thread: My "scanf"

    by marrk
    Replies
    5
    Views
    3,736

    My "scanf"

    I have been writing my own function, which accepts a number (let say an integer), everything was working fine while I was using a function without variable argument list, but now I have a problem...
  18. Thread: Headers

    by marrk
    Replies
    8
    Views
    2,177

    Thank you guys, especially you Salem, now it...

    Thank you guys, especially you Salem, now it works correctly.
  19. Thread: Headers

    by marrk
    Replies
    8
    Views
    2,177

    main.c #include #include ...

    main.c

    #include <stdio.h>
    #include <conio.h>
    #include <string.h>
    #include <stdlib.h>
    #include "main.h"
    #include "utils.h"
    #include "file.h"
  20. Thread: Headers

    by marrk
    Replies
    8
    Views
    2,177

    Headers

    Hi

    I have several headers in my program, in main.h are defined and initialized all global variables, then I include main.h in other headers, so functions could access global variables.
    I get a...
  21. Thread: fgets ?

    by marrk
    Replies
    2
    Views
    1,019

    fgets ?

    My question is, why when we use a function fgets() in that kind of way

    if(fgets (buf, sizeof buf, stdin) != NULL)
    {
    //stuff
    }
    there is no else statemant?

    just curious :)
  22. Replies
    2
    Views
    1,706

    Compile the program?

    If I use functions like gotoxy(), clrscr(), _setcursortype(),...... in my programs and then compile it, the programs don't run on other computers only on mine. I'm using borland c++ builder 6.
    ...
  23. Replies
    2
    Views
    2,192

    In the for loop make if statement where you will...

    In the for loop make if statement where you will multiply index lower then 0 with -1.
Results 1 to 23 of 23