Search:

Type: Posts; User: simly01

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    6,677

    This problem is sloved

    Hi Everyone,

    This problem is solved, thank you for your help.

    Thank You,
    _P
  2. Replies
    5
    Views
    6,677

    TCHAR * to unsinged char []

    :confused: hi Their,

    I did a mistake above, i want to scan D2(hex) and convert it into a unsigned char and then store it in to unsigned array. Sorry for the misunderstanding.

    Thank You,
  3. Replies
    5
    Views
    6,677

    TCHAR * to unsinged char []

    Hi Everyone,

    I have a question? i have a TCHAR array(Wide charater array), and its size is 78. That has hex data which is as following...
  4. Replies
    1
    Views
    875

    passing paramter to MFC App

    Hi Everyone,

    Does anyone know how to pass a command line paramter to MFC Dialog app. Please let me know?

    Thank You,
  5. What would be the easy way to delimite by AND/OR

    Hi Everyone,

    The input got me going, now my question is how to i make it so it delimits by AND/OR. So before the delimiting the string will be like:
    ((((a+1) > 1) AND(a != 0))OR(x > y))
    ...
  6. parenthesis, "(", has a matching closing parenthesis, ")"

    Hi Everyone,

    I am trying to write a program that does Expression evaluation, the expression is can be a conjuction of expression or conjuction of expression and condition.

    for example:...
  7. how to Auto Minimizing window while processing

    Hi everyone,

    Do you guess know how to Auto Minimize window, while processing is going on. Please let me know. I am using MFC Application, VC ++ 6.0.


    THanks
    Pratik
  8. Thread: question

    by simly01
    Replies
    7
    Views
    1,525

    it worked If you want a string then use...

    it worked

    If you want a string then use getline functin and make it char *

    Thanks
  9. Thread: question

    by simly01
    Replies
    7
    Views
    1,525

    #include main(void) { char...

    #include <iostream>

    main(void)
    {

    char xp;

    cout<<"please enter something xp"<<endl;
    cin.get(xp);
    cout<<xp<<":::blab"<<endl;
  10. Thread: question

    by simly01
    Replies
    7
    Views
    1,525

    #include main(void) { int x; ...

    #include <iostream>

    main(void)
    {
    int x;
    int y;
    cout<<"please enter something x"<<endl;
    cin>>x;
    cout<<x<<":::blab"<<endl;
    cin.get();
  11. bitwise right shipt on unsigned char * | ERROR

    Hi EveryOne,

    I am having problem oprating bitwise right shift, which is >> on unsigned char *. Do you know why here is my code...

    Please help !!!!!!!!!!!!!!


    DWORD ImageSize =...
  12. Thread: JPEG Resource

    by simly01
    Replies
    2
    Views
    1,872

    I am assuming that you are using OutputStream,...

    I am assuming that you are using OutputStream, write function

    basic_ostream& write(const E *s, streamsize n);

    first thing did you try to check if the data is in the buffer before you are...
  13. Replies
    1
    Views
    1,375

    Split RGB from buffered Image

    HI EveryOne,

    I was able to solve the problem of unpaking the DIB to Buffer, but now i want to split RGB of the buffer to three different array.
    Please help me do that....


    BOOL...
  14. Replies
    8
    Views
    1,115

    are you including the file, #include "game.h". ...

    are you including the file, #include "game.h".

    Thanks
  15. Replies
    6
    Views
    1,110

    you have to write a HTTP Server, to do that.... ...

    you have to write a HTTP Server, to do that....


    Thanks
  16. Replies
    1
    Views
    1,061

    Splitting the Image in four corrdinates

    Hi EveryOne,

    I have a question i have to write a program that can let me split an image into four different images, each image being a coordinate of the orignal image. The image that i have is...
  17. Replies
    5
    Views
    1,209

    Thanks U ALL

    Hi EveryOne,

    I have got a good start now, i have finals these week but i am going to start programming it right after my final are over so i will keep you guess posted about the process...
    ...
  18. Replies
    5
    Views
    1,209

    Do you have anylinks

    Do you have anylinks that can help me learn about it.....
  19. Replies
    5
    Views
    1,209

    a simple program that can let you e-mail

    Hi EveryOne,


    I am trying to write a program than can let you e-mail from windows based platform, but i have not done these before so can you anyone give me a hit, or let me know if that can...
  20. Replies
    3
    Views
    2,319

    I am getting infinite loop

    Hello Everyone,

    I think I have problem with too many FOR loops and should not be one while loop trivariceing the list modifying the head pointer please can you take a look and see what I am doing...
  21. Replies
    3
    Views
    2,319

    LinkList Sorting in C

    Hi EveryOne,


    Need Help Baddly, Please a quick look might fix it. The following code has a problem of alphabetize the linklist. this function i can't figure out. Please help me quick i need...
  22. Thread: Memory problem

    by simly01
    Replies
    6
    Views
    893

    memcpy(destination,source,size);...

    memcpy(destination,source,size);
    memmove(destination,source,size);
  23. Replies
    7
    Views
    1,510

    [code] strcpy(var.x[1],"cow"); [code]

    [code]
    strcpy(var.x[1],"cow");
    [code]
  24. Replies
    4
    Views
    1,697

    It contant a Video Frame..... ...

    It contant a Video Frame.....




    LPBITMAPINFOHEADER *ppbi;

    PGETFRAME &pgf = m_pVideoPGF[nStreamNum];
    *ppbi = (LPBITMAPINFOHEADER)AVIStreamGetFrame(pgf, lFrame);//lframe is frame number
  25. Replies
    4
    Views
    1,697

    I finally resolved the problem

    Hi U,

    I have resolved the problem of unexpected end of file while looking for precompiled header directive, but now the problem i am having is that i am get the memory address form the frame...
Results 1 to 25 of 68
Page 1 of 3 1 2 3