CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: salmanmanekia

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,325

    Debug assertion failed ! problem

    Hi,
    I am having this problem when i try to execute the .exe of my application
    "Debug assertion failed !, Expression invalid null pointer"

    After a bit of googling i think so i know where the...
  2. Replies
    1
    Views
    524

    POSIX file library

    Hi,

    I am new to Linux related C++ dev. Can somebody guide me towards Posix equavilent of Windos File API. Few lines of code or some good reference would be great. Thanks
  3. Re: Question regarding Multiplatform (Linux AND Windows)

    Thanks guys, It was helpful
  4. Replies
    3
    Views
    1,863

    Efficiently adding two Images

    Hi,

    I am totally new to this and am planning to write my first program with C++ that adds two images. I have seen alot of resources on net that tells technique of doing soo and they look easy to...
  5. Question regarding Multiplatform (Linux AND Windows)

    Hi,

    I have to create an application which can be executed in Linux and Windows. My question is :

    1: Will i have two executables. Each for an environment?
    2: Do i have to write two totally...
  6. changing values for one class and showing it ..!

    hi all,

    this is a pure c++ class problem , i am not good with pointers and it seems somehow pointers should be used,...pls see the problem below..

    i have three classes named super ,child1 and...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured