Search:

Type: Posts; User: cyb3r

Search: Search took 0.00 seconds.

  1. How to design/implement object(s) model for toy scripting language?

    I am trying to make a toy scripting language in c++. I have used boost spirit for the grammar, and hopefully for parser / lexer. The idea is - a language where 'everything is an object' like...
  2. Replies
    1
    Views
    2,907

    creating an AI engine for a simple game

    hya friends,
    i have created a number based game called 'numfun'. it is a very
    simple game of course. firstly ther is a buffer array 4x4(level 1).


    1 2 3 4
    5 6 7...
  3. Replies
    0
    Views
    2,322

    the best pc config for Rs.30000

    hey guys, m gonna buy a new pc..my rate is Rs.30000 max..
    i need a TFT or LCD display, a dual core processor AMD or INTEL, and 1 GB RAM..

    can any one give me a good/better/best configuration for...
  4. Replies
    4
    Views
    1,544

    does c++ plays an active role in virii/worm...

    does c++ plays an active role in virii/worm programming?
    if so how?
  5. Replies
    4
    Views
    1,544

    Does hacking includes virii and worms?

    does hacking includes virii and/or worms?
    if so how does a hacker finds use of a virus/worm for his tasks?
  6. Replies
    4
    Views
    1,369

    and the problem no. is 19. i am trying out...

    and the problem no. is 19.

    i am trying out this one...hope i get it.
  7. Replies
    7
    Views
    2,627

    try to open the file via fstream

    try to open the file via fstream
  8. Replies
    4
    Views
    1,369

    password via istream (new thread)

    sorry folks...i had quoted the question in the book (by Stroustrup) wrongly..
    the actual question was


    this is the correct one. unlike a command, itz just a quote..hope you understand.
    pease...
  9. Replies
    17
    Views
    2,006

    i guess bjarne (the author) demands more....

    i guess bjarne (the author) demands more....
  10. Replies
    17
    Views
    2,006

    the actual qn. was

    create a manipulator that turns character echoing on and off.
  11. Replies
    17
    Views
    2,006

    hey did any one find the answer?

    hey did any one find the answer?
  12. Replies
    17
    Views
    2,006

    sorry i don remember the entire question. its on...

    sorry i don remember the entire question.
    its on the exercise section of this book.(at the end of chapter 21.Streams)

    The C++ Programming Language 3rd ed
    from the Creator Of C++,
    Bjarne...
  13. Replies
    17
    Views
    2,006

    the actual question was to create two stream...

    the actual question was to create two stream manipulators that toggles the echoing on and off.
  14. Replies
    17
    Views
    2,006

    hey guys i tried it in google, comp.lang.c++...

    hey guys i tried it in google, comp.lang.c++ etc...all say there is no standard way...but guys i found this actually in Bjarne Stroustrup's book...so there is a way of achieving this...yet it is...
  15. Replies
    17
    Views
    2,006

    Is there any other way to implement this...?

    Is there any other way to implement this...?
  16. Replies
    17
    Views
    2,006

    i have an idea but right now dont know how to...

    i have an idea but right now dont know how to implement it..
    first the standard output buffer is changed to a local buffer.
    now the string is read..it would not get echoed on the screen(std o/p...
  17. Replies
    17
    Views
    2,006

    i have asked the same qn. to many many...

    i have asked the same qn. to many many people...but all hav replied it as "not possible".
    all i want is to toggle echoing on and off the std ostream..if this is achieved then the problem is done...
  18. Replies
    17
    Views
    2,006

    password via istream

    to be short, i need a (way/code preferably a manipulator of i stream..)to input a password(string) form the user without echoing it on screen...no library functions has to be used e.g. getpass() of...
Results 1 to 18 of 19