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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

srija

@srija
About
Posts
33
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Bitmap problem
    S srija

    Hello, I would like to know, how could i restore the each and every pixel value of a picture in an edit box? unsigned char value; CString m_strbpp; for(i=1;i<100;i=i+1) for(j=1;j<100;j=j+1) { value=B.GetPixel32(i,j); m_strbpp.Format("%d",value); }

    C / C++ / MFC graphics help question

  • Blocking a certain in a bitmap
    S srija

    How could i block certain area with a rectangle out of 400*400 pixels in a bitmap

    C / C++ / MFC graphics

  • bitmap
    S srija

    Ya, even i did so, but am getting junk values as output, for eg:-85899 -85899 -85899 -85899................ Waht could be the reason?

    C / C++ / MFC graphics data-structures tutorial question

  • bitmap
    S srija

    I would like to access each and every element in this array[100][100], in either list box or Edit box...but i couldnt get any result, my programm is gettign hanged,, plz help me For eg: int array[100][100]; CListbox m_intoutput;CEdit m_intoutput; for(int i=0;i<100;i++) for(int j=0;j<100;j++) { m_intoutput=array[100][100]; }

    C / C++ / MFC graphics data-structures tutorial question

  • bitmap
    S srija

    How to output a two dimensional array of datatype int array[x][y]in a Listbox control?

    C / C++ / MFC graphics data-structures tutorial question

  • Listbox control
    S srija

    So, anybody could help me, to output this two dimensional array in a List box or Edit box.

    C / C++ / MFC data-structures tutorial question

  • Listbox control
    S srija

    Ya thank you very much for ur reply, whatever you have written is correct and i was owrking int he same way, but i was encountering an error while using with two dimensional arrays.How could i use for two dimensional arrays? CString average[100][100]; CListBox m_stravevalues; for(i=0;i<60;i++) for(j=0;j<40;j++) { m_stravevalues.AddString(average[i][j]); } Is this correct???

    C / C++ / MFC data-structures tutorial question

  • Listbox control
    S srija

    How to output an array of datatype CString and of size[2400]in a Listbox control????

    C / C++ / MFC data-structures tutorial question

  • Bitmap
    S srija

    am having bitmap DLL, but it is based on MFC? how could i use for Visual C?

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

  • Bitmap
    S srija

    ya, this is win32 console application.

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

  • Bitmap
    S srija

    hello, #include "windows.h" #include "windgi.h" #include "GDI.h" CreateBitmap(100,100,256,16,const void*lpvbit); am getting an error as "cannot open GDI.h" what could be the reason?

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

  • Bitmap
    S srija

    Hello all, Am newly working with bitmap, i do have many questions regarding this. At present am working on Visual C++, but am devolping code in C without any dialog based(No GUI), just with CLASS view and FILE view, am almost finished with the work, but the problem, now i have to open a bitmap to plot the output data on the bitmap. Is it possible to create a Bitmap in C or should i use VC++ dialog based application only? Is there any special function?

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

  • concatenation
    S srija

    am getting set of data output from a machine, as i should get the data output at a time, say for eg:1024 BYTES at a time in an array[1024], but am getting the data in chunks like Lenght: 512 0x20 0x65 0x40..........512 bytes Length:512 0x23 0x45 0xC 0xD......512 bytes Length's are varying, not constant all the time. how could i append the second set of data to the first set, say array[513]=0x23, array[514]=0x45....array[1024]. dont say MEMCPY; if i use it, again the data is being stored as chunks only.

    C / C++ / MFC data-structures

  • concatenation
    S srija

    Hello!! I would like to concatenate the different lenghts of data (in Hex) which is from the same array.

    C / C++ / MFC data-structures

  • masking
    S srija

    but atoi fuction si not working

    C / C++ / MFC question

  • masking
    S srija

    yes, i need it so... the value of 11100001110. i,e some 1806 or so...

    C / C++ / MFC question

  • masking
    S srija

    Yes, you are correct, just i used strcat(), it worked for me. now i got one more problem, how can i represent a binary value of 11100001110 into a decimal?

    C / C++ / MFC question

  • masking
    S srija

    I said about bits. I have array[6]={0x7D 0x0c 0x2f 0x65 0xA5 0x4B}... I should convert all Hex bytes to Binary format and then i should concatenate. for Eg:0001111111111111, now i should mask the last three bits i,e 000.

    C / C++ / MFC question

  • masking
    S srija

    I have string of Hex values,so i should concatenate two hex values from the string and wanted to convert these Hex values to Binary format and after converting to binary, how should i mask the last three binary values?

    C / C++ / MFC question

  • Data string Parsing
    S srija

    How to store the data first in CArray object? am getting continous data output with just Length:204 0x02 0x90 0x02 0x8D 0x02................ LEngth:204 0x02 0x71 0x02 0x78 0x02 0x79 0x0 in C output window, how could i store certain set of data in CArray object?

    C / C++ / MFC data-structures json tutorial question
  • Login

  • Don't have an account? Register

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