Search:

Type: Posts; User: RaviRaj

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,241

    Writing data to Multiple files

    I can use the following code to write the content of a string to a file,

    ofstream outfile;
    outfile.open("xyz.txt");
    outfile<<strng1<<endl;

    but what should I do to write content of...
  2. Thread: C++ & Cgi

    by RaviRaj
    Replies
    3
    Views
    2,051

    Walco I dont think the files compiled in the...

    Walco I dont think the files compiled in the pages mentioned by you will run in a Linux server. I have come across some codes where a file compiled in a Win32 compiler runs in a Linux server also, as...
  3. Thread: C++ & Cgi

    by RaviRaj
    Replies
    3
    Views
    2,051

    C++ & Cgi

    Can any one tell me about a simple tutorial to use C++ for CGI programming esp. for collecting user input from a form in a web page.
  4. Thread: Splash Screen

    by RaviRaj
    Replies
    0
    Views
    1,085

    Splash Screen

    I wish to make a Splash Screen which will display a Bitmap when executed. How can that be done ? What header files should be used ? I know elementary level of C++ and no Visual C++.
  5. Replies
    4
    Views
    1,887

    malloc

    Moi what is this Malloc function nad what is it used for ?
  6. Replies
    4
    Views
    1,887

    Headers

    What header files do I have to include to use these functions ?
  7. Replies
    4
    Views
    1,887

    Reading File names

    How can I read the content of a floppy and store it in an array ?
    So that I can access the names of the files, one at a time.
  8. Replies
    36
    Views
    32,115

    I Doubt ?

    But the question again remains that :
    Can the OS honour commands that calls for its own death (format C:) ?
    If that was possible, then why would people use a floppy to format a Hard Disk, instead...
  9. Replies
    36
    Views
    32,115

    What happens here ?

    The string gets written in to autoexec.bat, then what ?
    what will be the result, when the above code is executed.
    Dont say "try it" !!!
  10. Replies
    15
    Views
    4,303

    Hey

    Hey its no fault of Hillbillie !

    I asked him about BeOS !

    Sorry Dear

    And thanks all of you for your suggestions.
  11. Replies
    36
    Views
    32,115

    I doubt if a programme running on a particular OS...

    I doubt if a programme running on a particular OS can format the drive that houses that OS !!!
    Is the OS so 'foolish' to allow a programme to format the drive that is running the OS ?
  12. Replies
    15
    Views
    4,303

    But

    But then how do some stealth programmes work ? Do they use WinAPI ? And what about TSR's how do they work? Don't they also work in DOS ?

    A question for Hillbillie ? What is so special about BeOS ?...
  13. Replies
    15
    Views
    4,303

    :)

    I can make the programme but do not want it to be displayed on the screen or the task bar every time it executes (with every boot up). This is the part (the hiding part) where I need help.
  14. Replies
    15
    Views
    4,303

    :)

    Its fun to make one.
    So can anyone help me ?
  15. Replies
    15
    Views
    4,303

    No

    The programme will run as a DOS programme but in the Windows environment. It will have nothing to do with the Windows API.
  16. Replies
    15
    Views
    4,303

    Window Less Execution

    I wish to make a small reminder programme for me, where the programme will execute every time the computer switches on and will check for the date and if it matches the once in its records will...
  17. Replies
    6
    Views
    1,008

    Sorry

    Thanx RPIMatty
    but I an very new to C++ and do not know WinAPI, I can write small programmes that run in DOS window only :(
    So is there any other way ?
  18. Replies
    6
    Views
    1,008

    Reason

    Well I wish to make a small reminder programme for me, where the programme will execute every time the computer switches on and will check for the date and if it matches the once in its records will...
  19. Replies
    6
    Views
    1,008

    Stelth Execution

    How can I execute a file in stealth mode so that it is not visible on the task bar ?
  20. Replies
    10
    Views
    4,124

    Thanx

    After a model is created in 3D Studio Max or Maya, how is that Model controlled ? I mean it's movements etc.
    Can that be done through Max Script ( a scripting language of 3D Studio Max) ?
  21. Replies
    10
    Views
    4,124

    Thanx

    Thanx you so much for your reply.
    From your replies I could make out that Programming is the main part of Games development and not 3D Graphics or Animation. Is that so ?
    But I am a Graphix man...
  22. Thread: Int 2 Char

    by RaviRaj
    Replies
    5
    Views
    6,207

    Thanx

    Thanx for your Mails.
    You are right I do wish to convert the integer to string.
    & I will try out your advise.
  23. Replies
    10
    Views
    4,124

    Prerequisites of Game Programming

    I know Intermediate level of 3DStudio Max and Photoshop and elementary level of C++. What more should I learn to have a minimum basic knowledge of Game Development. On which I could expand my...
  24. Thread: Int 2 Char

    by RaviRaj
    Replies
    5
    Views
    6,207

    Int 2 Char

    I am new to C++, can anyone kindly tell me how I can transfer the value of an Int variable to a Char Variable.

    If int X=55, I want char Z=55,
    I have tried Z=(char)X;
    but it doesn't works.
    ...
Results 1 to 24 of 24