Search:

Type: Posts; User: nipun

Search: Search took 0.00 seconds.

  1. Thread: GUI debuggers

    by nipun
    Replies
    1
    Views
    1,771

    GUI debuggers

    Hi,
    I recently saw the post for GUI debuggers and also looked at few FAQ and google

    I came up with the following GUI based debuggers

    KDevelop
    KDbg
    DDD

    I also looked at Xemacs but somehow...
  2. Replies
    0
    Views
    814

    coding library history

    Hi,
    I am working in a research lab having people using C/Matlab code to analyze their data. However, everyone writes their own code (non modular and often poorly documented).

    I have an...
  3. Replies
    1
    Views
    1,141

    C/C++ documentation

    Hello all,
    I am trying to decide upon a systematic coding standard/documentation for my code. I saw couple of documents online with different methods of documenting (especially naming style of...
  4. information regarding personal financing software

    Hi,
    I was thinking of using personal financing software for managing bank accountts, credit card, monthly expenses and investments.

    Thses are my main criteria



    I was thinking of using...
  5. Replies
    3
    Views
    1,189

    Hi all, Sorry for the small info. Okay first...

    Hi all,
    Sorry for the small info.

    Okay first I don't know anything about web. So I can't tell you much. I need to learn more about it. So please let me know what I need to find out.


    Right...
  6. Replies
    3
    Views
    1,189

    which language to use?

    Hi,
    I want to setup an online schedule for machine usage that people can view and update online rather than comming to me every time.

    I already have a website and can upload the program there. ...
  7. Replies
    3
    Views
    2,905

    thanks for the reply, but is there a way to set...

    thanks for the reply, but is there a way to set the path so that my project can locate the dlls during runtime

    nipun
  8. Replies
    3
    Views
    2,905

    OpenCV Library - problems with dll files

    Hi,
    I was trying to read jpeg images in VC++ using Intel OpenCV Library. I am able to build the application utilizing the library files of Open CV. However, when I run the application it gives me...
  9. Replies
    2
    Views
    2,158

    How to Remove computer adds

    Hi,
    I recently got a comcast cable for internet. After using it for couple of days suddenly adds have started to pop up. Whenever I open a new I.E window or go back or forward. Google pop up blocker...
  10. Thread: Cygwin question

    by nipun
    Replies
    0
    Views
    1,276

    Cygwin question

    Hi,
    I am a windows person and trying to run C++ code on Cygwin. I am using Emacs to write the code and run it. However, I am having problems navigating and debugging. I have heard of GDB.
    Can...
  11. Replies
    18
    Views
    3,105

    Advantage of C to C++

    Hi,
    I have heard that C++ is almost a superset of C. Can anyone please tell me what can one do in C which we can't in C++


    Thanks
  12. Replies
    5
    Views
    2,440

    discussion for C++ double pointers

    I have referred to FAQ regarding C++ double pointers and I have written a small code to verify. Can someone have a look and let me know if I am freeing the memory correctly.

    I have not put any...
  13. Buying laptop need info of internet sites and brand

    Hi,
    I wanted to buy a new laptop preferabbly HP (since I had that before and am very happy with the service )

    I was looking at some internet sites from where I could buy ( I looked at Best BUy...
  14. Replies
    1
    Views
    1,014

    reason for _funname() and funname()

    Hi I have seen this before but I am confused as to why people do so. If there is a technical term to better define it please do let me know

    If you look at the code below

    Code:


    class...
  15. Thread: files question

    by nipun
    Replies
    2
    Views
    1,472

    http://faq.cprogramming.com/cgi-bin/smartfaq.cgi...

    http://faq.cprogramming.com/cgi-bin/smartfaq.cgi (refer level 2 I think that should give you good idea )

    Regarding your last question (char *) means "type casting " The concept is similar in...
  16. Replies
    3
    Views
    5,487

    Thanks for the reply Salem, However that was not...

    Thanks for the reply Salem,
    However that was not the only problem. I admit I didn't pay attention to mode and assumed it to be asking pointer to string. But more important is this observation which...
  17. Replies
    3
    Views
    5,487

    FAQ : running program inside program (spawn)

    Hi,
    I am trying to use "spawn" function and/or "system()". I was successfull in running "system()" but I always had to put the child program at a specific location (I do not know how to change...
  18. Thanks for the help the website gives me lot of...

    Thanks for the help the website gives me lot of funtions which will very useful for me,
    I also saw this other function called rename( ) from previous threads which would be very useful for me
  19. FAQ- Accessing Directories and Files Within (need further info)

    Hi
    I studied the win32 code for accessing the directory and files within. What I need to do is rename certain files in the directory. Right now using the code I can access the names of the files...
  20. Replies
    1
    Views
    1,210

    In a nutshell dll files are linked to the code...

    In a nutshell dll files are linked to the code during runtime whereas static library files (what you call library files) are linked during linking done after compiling.

    DLL files can be shared...
  21. Replies
    1
    Views
    1,454

    Accessing C++ library from C code

    Hi I need to have different options or resources which I can explore to access certain functions from C++ library into my C code.

    Ideally I want to use the entire C++ library (OPENNURBS library)...
  22. Replies
    3
    Views
    2,636

    The for loop first works at carrying out the the...

    The for loop first works at carrying out the the mathematical operation of "i--" and then checks the condition of i>=0

    When you make is unsigned and then when i =0 after that it once again...
  23. Replies
    4
    Views
    1,453

    Kepping the screen

    I assume you are asking for keeping the console screen.
    IN case of VC++ when you run the code in debug mode unless you require any input from user the program will close itself (or terminate) after...
Results 1 to 23 of 23