Click here to Skip to main content
15,905,781 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VC.NET vs VB.NET Pin
Daniel Turini5-Dec-02 4:29
Daniel Turini5-Dec-02 4:29 
GeneralRe: VC.NET vs VB.NET Pin
devvvy5-Dec-02 4:38
devvvy5-Dec-02 4:38 
GeneralRe: VC.NET vs VB.NET Pin
Daniel Turini5-Dec-02 4:52
Daniel Turini5-Dec-02 4:52 
GeneralRe: VC.NET vs VB.NET Pin
devvvy5-Dec-02 4:55
devvvy5-Dec-02 4:55 
GeneralRe: VC.NET vs VB.NET Pin
Daniel Turini5-Dec-02 4:59
Daniel Turini5-Dec-02 4:59 
GeneralRe: VC.NET vs VB.NET Pin
Daniel Turini5-Dec-02 4:38
Daniel Turini5-Dec-02 4:38 
GeneralRe: VC.NET vs VB.NET Pin
devvvy5-Dec-02 5:13
devvvy5-Dec-02 5:13 
GeneralRe: VC.NET vs VB.NET Pin
Daniel Turini5-Dec-02 6:06
Daniel Turini5-Dec-02 6:06 
norm wrote:
also, direct memory manipulation in C++, is it available in C#?
can u manipulate individual bit?

More or less. You can have pointers and manipulate memory with them, but there are some cares that need to be taken, like pinning memory, because the GC is moving memory all the time. And the pointers are checked, which will prevent buffer overflows, memory corruption and GPFs.
Direct bit manipulation? Yes. The syntax is exactly the same of C++. And better, you have some enum candies which can do automatic bit manipulation for you. VB.NET has this too, but with an UGLY syntax.

norm wrote:

what application can u see for this? Communication between Java and C++ over raw socket? what else?

This and imaging. You have GDI+ and can do very fast coding in C# using pointer and image manipulation. Under VB.NET you are doomed to the very slow GetPixel and SetPixel for this.


I see dumb people
GeneralRe: VC.NET vs VB.NET Pin
Christian Graus5-Dec-02 9:37
protectorChristian Graus5-Dec-02 9:37 
GeneralRe: VC.NET vs VB.NET Pin
devvvy5-Dec-02 9:51
devvvy5-Dec-02 9:51 
GeneralRe: VC.NET vs VB.NET Pin
Christian Graus5-Dec-02 10:54
protectorChristian Graus5-Dec-02 10:54 
QuestionMDI Pointers? Pin
Dov Sherman5-Dec-02 2:04
Dov Sherman5-Dec-02 2:04 
AnswerRe: MDI Pointers? Pin
Roger Allen5-Dec-02 3:22
Roger Allen5-Dec-02 3:22 
GeneralRe: MDI Pointers? Pin
Dov Sherman5-Dec-02 3:31
Dov Sherman5-Dec-02 3:31 
GeneralRe: MDI Pointers? Pin
S O S5-Dec-02 4:04
S O S5-Dec-02 4:04 
GeneralGuidelines about how to move programatically transparent images over a background bitmap Pin
Joan M5-Dec-02 1:10
professionalJoan M5-Dec-02 1:10 
GeneralRe: Guidelines about how to move programatically transparent images over a background bitmap Pin
Paul M Watt5-Dec-02 7:01
mentorPaul M Watt5-Dec-02 7:01 
QuestionIs upgrading to VC ++ 7 Worth it? Pin
Paul Evans5-Dec-02 0:43
Paul Evans5-Dec-02 0:43 
AnswerRe: Is upgrading to VC ++ 7 Worth it? Pin
Michael P Butler5-Dec-02 0:52
Michael P Butler5-Dec-02 0:52 
AnswerRe: Is upgrading to VC ++ 7 Worth it? Pin
Oliver Anhuth5-Dec-02 1:02
Oliver Anhuth5-Dec-02 1:02 
GeneralRe: Is upgrading to VC ++ 7 Worth it? Pin
Rickard Andersson205-Dec-02 2:04
Rickard Andersson205-Dec-02 2:04 
GeneralRe: Is upgrading to VC ++ 7 Worth it? Pin
happyboy5-Dec-02 3:04
happyboy5-Dec-02 3:04 
AnswerRe: Is upgrading to VC ++ 7 Worth it? Pin
Paul M Watt5-Dec-02 5:35
mentorPaul M Watt5-Dec-02 5:35 
GeneralFlip/Mirror Transparent Bitmap Pin
Kyudos5-Dec-02 0:29
Kyudos5-Dec-02 0:29 
GeneralRe: Flip/Mirror Transparent Bitmap Pin
Kyudos5-Dec-02 0:47
Kyudos5-Dec-02 0:47 

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.