Click here to Skip to main content
16,007,277 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
Oddball9-Apr-08 4:39
Oddball9-Apr-08 4:39 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
Luc Pattyn9-Apr-08 6:22
sitebuilderLuc Pattyn9-Apr-08 6:22 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
Oddball14-Apr-08 7:49
Oddball14-Apr-08 7:49 
GeneralRe: Entering "What's This?" Mode Programmatically? Pin
Luc Pattyn14-Apr-08 7:53
sitebuilderLuc Pattyn14-Apr-08 7:53 
GeneralRuns Commands in order Pin
newkid3-Apr-08 3:46
newkid3-Apr-08 3:46 
GeneralRe: Runs Commands in order Pin
led mike3-Apr-08 5:00
led mike3-Apr-08 5:00 
Generalsigned to unsigned char conversion Pin
vikramaditya2343-Apr-08 2:39
vikramaditya2343-Apr-08 2:39 
GeneralRe: signed to unsigned char conversion Pin
led mike3-Apr-08 4:48
led mike3-Apr-08 4:48 
Welcome to CodeProject Beer | [beer]

The Windows platform now includes the .NET platform and this forum is specifically for using Microsoft Visual C++ versions with language extensions for the .NET platform. That is why the forum name says "managed C++" in reference to the managed memory (garbage collected) enforcement of the platform. For C or standard C++ questions you want to use the Visual C++ / MFC forum.

vikramaditya234 wrote:
I have to convert signed char and signed char* to unsigned char and unsigned char* respectively.

There are two things in play when casting from signed to unsigned. First the sizeof() of the source and target types. If the source is larger than the target then you can lose data since you have less bits to hold the data. The second is the use of the sign bit called Two's Complement[^].


led mike

Generalrendering multiple BufferedGraphics objects to the display Pin
cristian.fatu2-Apr-08 23:49
cristian.fatu2-Apr-08 23:49 
GeneralRe: rendering multiple BufferedGraphics objects to the display Pin
Mark Salsbery3-Apr-08 5:55
Mark Salsbery3-Apr-08 5:55 
GeneralRe: rendering multiple BufferedGraphics objects to the display Pin
cristian.fatu3-Apr-08 22:39
cristian.fatu3-Apr-08 22:39 
GeneralRe: rendering multiple BufferedGraphics objects to the display Pin
Mark Salsbery4-Apr-08 6:08
Mark Salsbery4-Apr-08 6:08 
GeneralRe: rendering multiple BufferedGraphics objects to the display Pin
cristian.fatu6-Apr-08 22:52
cristian.fatu6-Apr-08 22:52 
Generalrichtextbox Pin
rose1962-Apr-08 19:52
rose1962-Apr-08 19:52 
GeneralRe: richtextbox Pin
Mark Salsbery2-Apr-08 20:33
Mark Salsbery2-Apr-08 20:33 
Generalword by word searching Pin
rose1962-Apr-08 18:38
rose1962-Apr-08 18:38 
GeneralRe: word by word searching Pin
Mark Salsbery2-Apr-08 20:52
Mark Salsbery2-Apr-08 20:52 
GeneralRe: word by word searching [modified] Pin
rose1962-Apr-08 23:10
rose1962-Apr-08 23:10 
GeneralRe: word by word searching Pin
Mark Salsbery3-Apr-08 5:41
Mark Salsbery3-Apr-08 5:41 
GeneralRe: word by word searching Pin
rose1963-Apr-08 23:48
rose1963-Apr-08 23:48 
GeneralRe: word by word searching Pin
Mark Salsbery4-Apr-08 6:15
Mark Salsbery4-Apr-08 6:15 
GeneralRe: word by word searching Pin
rose1968-Apr-08 18:21
rose1968-Apr-08 18:21 
QuestionDispatching for events? Pin
Don Rolando1-Apr-08 1:50
Don Rolando1-Apr-08 1:50 
AnswerRe: Dispatching for events? Pin
led mike1-Apr-08 4:37
led mike1-Apr-08 4:37 
GeneralRe: Dispatching for events? Pin
Don Rolando1-Apr-08 23:28
Don Rolando1-Apr-08 23:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.