Search:

Type: Posts; User: andreas_himself

Search: Search took 0.00 seconds.

  1. Replies
    81
    Views
    7,977

    I have given up on C++ as well :) But aiming to...

    I have given up on C++ as well :) But aiming to get back to it next year as I have to learn c# and java now :)
    to topic: Yea use VS and extencion .c or linux:)
  2. Ive just started learning c#..I use it for...

    Ive just started learning c#..I use it for asp.net application so i bought asl.net in c# and vb for beginners and book is pretty good..if you want to learn just c#,get Microsoft C# Programming for...
  3. Replies
    17
    Views
    3,094

    where n how can i download libraries for dev c ++?

    where n how can i download libraries for dev c ++?
  4. Replies
    17
    Views
    3,094

    i never used dev c++ so i dont know how to...

    i never used dev c++ so i dont know how to download libraries for that lol..will have to have a look:)
  5. Replies
    17
    Views
    3,094

    hmm i tried to add #include and some...

    hmm i tried to add
    #include <ncurses.h> and some other,after compiling it said no such a file or directory.
    anyway great help guys:)
  6. Replies
    17
    Views
    3,094

    great stuff guys!it all works now.gonna look up...

    great stuff guys!it all works now.gonna look up for unbuffred input now.bad thing is that dev c++ doesnt support many libraries :( maybe anybody knows any other good simply programms to use?
  7. Replies
    17
    Views
    3,094

    thanx guys that helped.one more question?is it...

    thanx guys that helped.one more question?is it possible to make it work automaticly..coz at the moment i use scanf...and if i chose option 1 i have to press ENTER all the time.any ideas about that?
  8. Replies
    17
    Views
    3,094

    hmm i still get nothing...it compiles but not...

    hmm i still get nothing...it compiles but not accessing that while(1)..ive coppied menu from my old project where it works perfectly but not working here.could it be coz of the programme i use?dev...
  9. Replies
    17
    Views
    3,094

    while(1) { char ch; /*get key...

    while(1)
    {
    char ch;
    /*get key press*/
    ch = getchar();
    switch(ch)

    {
    case '1': /*Start Engine*/
    ready();
  10. Replies
    17
    Views
    3,094

    Keyboard Inputs

    right ive got a problem!would be cool if any1 could help!


    while(1)
    {

    /*get key press*/
    gettchar(&ch);
    switch(ch)
Results 1 to 10 of 10