Search:

Type: Posts; User: shiju

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,359

    Mobile Style Change in Settings

    Hi,I change my style to mobile in the profile but it seems I cannot go back now. Can someone please guide me to do this,Thanks,Shiju
  2. Replies
    3
    Views
    1,924

    Thanks for the reply. How can I do the...

    Thanks for the reply.



    How can I do the initialisation?
  3. Replies
    3
    Views
    1,924

    Initializing multidimensional array in a class

    Hi,
    How can I initialize a multidimensional array in C++. Below doesn't work. Is there any way other than looping?


    //Header file
    class Arena {
    private:
    int...
  4. Replies
    1
    Views
    4,956

    Rendering Image with StretchRect

    I am trying to render a bitmap through DirectX StretchRect. The image contains 18 * 17 (32 pixel) tiles. This image is for a tetris clone. The main game area has Vertical and Horizontal lines. The...
  5. Replies
    2
    Views
    1,537

    Const pointer conversion.

    void render(void)
    {
    int letterWidth=48; // the uniform width of each letter block
    int letterHeight=48; // the uniform height of each letter block
    int destx = 48; // the top-left X...
  6. Replies
    12
    Views
    2,756

    Thanks ken for showing the right path. I use...

    Thanks ken for showing the right path.

    I use both OS. Mainly windows for playing Age of empires and MAX Payne and linux for development. I love linux that doesn't mean I have to hate windows. I...
  7. Replies
    12
    Views
    2,756

    Well that's a good Idea. However, I feel win32 is...

    Well that's a good Idea. However, I feel win32 is a good platform for gamming. My experience is the same game, if u use the openGL engine in the linux platform it runs slower. Its my personal...
  8. Replies
    12
    Views
    2,756

    Thanks for the reply. I didn't say I don't...

    Thanks for the reply.

    I didn't say I don't know C++. I consider myself fairly good in C++. till now I have done most of it in GNU compiler with linux. I want to start up with game programming and...
  9. Replies
    12
    Views
    2,756

    Setting C++ express edition.

    Hi,

    I have downloaded the express edition of C++ and also installed DirectX SDK. But I am still not able to compile directx programs. Do I need to install win32sdk too? Please somebody help me to...
  10. Thread: Parsing RFC822

    by shiju
    Replies
    1
    Views
    2,379

    Parsing RFC822

    Is any one know some lex/yacc grammar for parsing rfc822 as it looks very horrifying to write a parser from scratch in C.
  11. Replies
    3
    Views
    1,770

    Thanks for the reply Now I have removed free...

    Thanks for the reply

    Now I have removed free at start of the loop.Here is the caller



    int
    get_pop3_Message (pop3_account pa, int (*callback) (int, char *))
    {
    SOCKET sClient;
  12. Replies
    3
    Views
    1,770

    Problem with the socket

    I am trying to write a pop3 fetcher module on windows. Below is the code, which receives the data from the connected socket.

    It takes three parameters as input buffer, socket and data termination...
  13. Replies
    3
    Views
    915

    Pointer question?

    I want to display the string copied in sh().


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>

    int sh(char * s)
    {
    s = malloc(20);
  14. Replies
    6
    Views
    1,891

    As you pass a normal variable

    As you pass a normal variable
  15. Replies
    2
    Views
    959

    Debugger for windows

    I am looking for a command line debugger for windows. I am doing most of my development in gvim.

    I am using LCCWIN32 compiler.

    Tried google, didn't find anything.
  16. Replies
    6
    Views
    7,730

    Thanks once again

    Thanks once again
  17. Replies
    6
    Views
    7,730

    >I hope this copies tempstack to something you...

    >I hope this copies tempstack to something you allocate, otherwise all your stack elements are going to be referring to the same local variable

    I think I am doing right



    #include<stdio.h>...
  18. Replies
    6
    Views
    7,730

    Thanks

    Thanks
  19. Replies
    6
    Views
    7,730

    Redeclaration Error

    I wasted my whole day trying to find this silly error but didn't get through

    I am trying to compile



    /*
    file: filesearch.c
    */
    #include <string.h>
  20. Replies
    2
    Views
    747

    LinkedList Problem

    I trying to make a doubly linklist. I am not getting what is wrong with below code.


    #define TRUE 1
    #define FALSE 0

    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
  21. Thread: proxy

    by shiju
    Replies
    2
    Views
    2,529

    proxy

    I am writing a programme which dowloads a html file from the internet. I have a fair knowledge of socket programming. I wanted to know how do i do this through a proxy server in between?
  22. Thread: union

    by shiju
    Replies
    2
    Views
    1,535

    union

    I am not getting this code.


    #include <stdio.h>
    #include <stdlib.h>

    int main ( void )
    {
    union{
    struct{
  23. Thread: gets()

    by shiju
    Replies
    5
    Views
    1,364

    >It has been used to break computer security. ...

    >It has been used to break computer security.

    can you explain how you can do that ? :)
  24. Thread: Trimming Strings

    by shiju
    Replies
    6
    Views
    2,581

    Thanks once again

    Thanks once again
  25. Thread: Trimming Strings

    by shiju
    Replies
    6
    Views
    2,581

    Thanks Prelude for your reply. It will be...

    Thanks Prelude for your reply.

    It will be great help if you throw some lights on memory leak. I have seen this many times while running splint, but I don't know what exactly it means.
Results 1 to 25 of 41
Page 1 of 2 1 2