Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

cancerion

@cancerion
About
Posts
31
Topics
24
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Issue with Release Version Exe
    C cancerion

    Hi, I am using Visual studio 2008.I build my application in ‘Release’ mode.It gave error while executing during some check ,But same things works fine when I execute in debugging as well if Exe is built in Debug version. Is there any setting required in visual studio. Regards, Sachin

    C# help announcement csharp visual-studio debugging

  • Issue to write a value 10 using fwrite
    C cancerion

    Thanks once again Santosh. I got the issue,Actually i was creating file in 'w' mode instead of 'wb'. with 'wb' mode ,it is working fine. Thanks, Sachin

    C / C++ / MFC linux help

  • Issue to write a value 10 using fwrite
    C cancerion

    Thanks Santosh for quick reply , Can you please help me to write a value 10 in a file .I have an integer with value 10.I do typecasting to store in unsigned char which i pass in fwrite() as parameter. If in windows writing 10 to file treat as different operation as mentioned above, Can you please suggest me alternate way to write value 10 in file i.e. in which format I should pass parameter to fwrite() Regards, Sachin

    C / C++ / MFC linux help

  • Issue to write a value 10 using fwrite
    C cancerion

    Hi , i have an interger x=10; i want to write this by assigning it to const unsigned char variable. whenever i tried to write in file it increase the file offset by 2. for e.g if before writing file offset was 152 after writing it become 154. But i wrote 9 or 11 or any other number than 10 ,it increase offset by 1 means offset increase from 152 to 153. it works fine on Linux but giving issue on windows. Regards, Sachin

    C / C++ / MFC linux help

  • How to use C DLL in C++/CLI
    C cancerion

    Hi, I m new to CLI , Can anyone tell me How to use C DLL in C++/CLI??? Thanks, Sachin

    Managed C++/CLI c++ tutorial question

  • How to compare same field in two tables in sql server 2005 using C#
    C cancerion

    Hi, Can anyone help me with small sample for : How to compare same field in two tables in sql server 2005 using C# thanks

    Database csharp database sql-server sysadmin help

  • How to write a existing bigger binary file into small/compact binary file in C.
    C cancerion

    I have a binary file of size 3GB. I want to reduce the size using some coding in C to write another binary file. Please suggest/provide a way to write compact binary file. TO read this file i need to use C#. Thanks, Sachin

    C / C++ / MFC csharp tutorial

  • How to use progress bar in Property Sheet.
    C cancerion

    Hi, I am going to create a setup wizard application using property sheet.But I don't know how to use progress bar in property sheet. My requirement is to update progress as we move from one property page to another. Please provide some suggestions/samples. Thanks, Sachin

    C / C++ / MFC tutorial announcement workspace

  • Visual C++ 6 migrate to Visual Studio 2008
    C cancerion

    Hi, I have to work on a project developed in Visual C++ 6 and it need to migrate to Visual Studio 2008. Can anyone suggest me below things: - What things one should take care? - Is there any procedure to do that? Please provide me as much as information you can provide. Thanks, Sachin

    C / C++ / MFC c++ csharp visual-studio question

  • Reading from resource file in C# through access violation exception sometimes
    C cancerion

    Reading from resource file in C# through access violation exception sometimes please suggest the needful. Thanks, Sachin

    C# csharp learning

  • how can we find a *.dmp in a directory in c#
    C cancerion

    hello can anyone help me how can we find a *.dmp in a directory in c#??? thanks in advance sachin

    C# csharp help question

  • ebook i.e. soft copy of book on ATL COM required
    C cancerion

    i want a ebook i.e. soft copy of book on ATL COM , so please send me a link or book on my mail is tosachingupta@yahoo.com

    C / C++ / MFC c++ com learning

  • can we have a toolbar on dialog
    C cancerion

    hello can we have a toolbar on dialog ???

    C / C++ / MFC question

  • questioncan we have a toolbar on dialog
    C cancerion

    hello , i have asked a

    C / C++ / MFC

  • can we make a particuler item of menu coloured
    C cancerion

    hello my requirement is that in my my menu , i want to make one item text colorful like aming file ,edit,view and test(my item) i want test to be written in blue . is it possible and how i can implement it. thanks in advance sachin

    C / C++ / MFC

  • how to get hard disk id/ serial no
    C cancerion

    hello , my problem is that i want to get hard disk no or id for preparing license , can anyone tell me how to get . my application is MDI application. thanks in advance sachin gupta

    C / C++ / MFC help tutorial

  • problem in find replace
    C cancerion

    -------------------------------------------------------------------------------- hello , can u tell me one this , is there any point in MDI application u newly created with CrichEditView base class and execute it and then write something on editor and it will find left to right . how i can find right to left . ???? in my application reverse happen , it is finding right to left but i want to find left to right thanks in advance sachin gupta

    C / C++ / MFC help question

  • problem in find replace portion of MDI application
    C cancerion

    hello everyone, my application is MDI application develop in 1998. when i want to find or replace something it find it reverse ,if cursor is at just start or just end , it did not work. i have tried to make my own find portion by defining structure FINDREPLACE but failed. but when i make a new application , it works perfectly well plz tell me the solution how i can resolve this problem . basically it's a MFC function is ther could be any pointer problem?????? plz response sachin gupta sachin gupta

    C / C++ / MFC c++ help question

  • how to use thread
    C cancerion

    hi , i made an application that can receive a file as unicast and multicast it in dialog based application , but it works only once ,mean to send another file i have to restart the application , so i think using thread i will not require to restart the application , it will receive data as unicast and send it as multicast , plz help me to do it ,if possibe give me an example of code. my id is tosachingupta@gmail.com thanks sachin

    C / C++ / MFC tutorial com help

  • getting problem in ontimer(UINT nIDEvent)
    C cancerion

    thanks, i think ,i have made a mistake in my main program . in which it's not working .i also made a program separately and it was working .so now i will make changes again in my main program thanks once again

    C / C++ / MFC help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups