Search:

Type: Posts; User: itay390

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,471

    ah sorry.. i forgot that issue

    ah sorry.. i forgot that issue
  2. Replies
    5
    Views
    1,471

    nevermind

    check out this
    try to do


    #include <stdio.h>

    int main(void)
    {
    int damage1 = 1740;
    int damage2 = 2538;
  3. pdc i know it it should be in your way. but to...

    pdc i know it it should be in your way.
    but to me, my way looks more easier to view and understand
  4. Replies
    6
    Views
    6,846

    this thing should be done with PHP , it's usally...

    this thing should be done with PHP , it's usally fit your needs for such an application with no dyanamic view. but if you want it with C..
    you can create some GUI application with blank forms and...
  5. thank you very much i tested it on this code and...

    thank you very much
    i tested it on this code and it works



    #include <stdio.h>
    #include <conio.h>

    int main()
    {
  6. ??? i didn't understand you. you just said "not...

    ??? i didn't understand you. you just said "not all of use use windows.." maybe it's .. "not all of use windows..".. but it's still wrong because.. there is incorrect syntax between "all of use" ,...
  7. *cough* *cough* did i say that im compiling on...

    *cough* *cough* did i say that im compiling on UNIX????? im just regular guy with regular computer that compiles on Microsoft visual C++ or DEV C++
  8. problem : input and calculation working together

    i want to make some time counter that announce (call printf function) when the remaining time for the clock will get below 0
    now the problem is, that im running also a menu with it so i need...
  9. Thread: getch

    by itay390
    Replies
    11
    Views
    1,787

    about getch and _getch

    you will notice that getch() and _getch() are getting a char and contiune the program right away.
    this function can be better than getchar() at much subjects.
    1. if the program has "menu" and it...
Results 1 to 9 of 9