Click here to Skip to main content
15,899,026 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralMicrosoft recommends C++ for .NET 2.0 and Longhorn Pin
Kevin McFarlane21-Jun-04 22:56
Kevin McFarlane21-Jun-04 22:56 
GeneralRe: Microsoft recommends C++ for .NET 2.0 and Longhorn Pin
cppmanuf25-Jun-04 17:48
cppmanuf25-Jun-04 17:48 
GeneralRe: Microsoft recommends C++ for .NET 2.0 and Longhorn Pin
Newromancer7-Jul-04 2:44
Newromancer7-Jul-04 2:44 
Generalswapping two characters at once Pin
lyn21-Jun-04 0:09
lyn21-Jun-04 0:09 
GeneralTokamak Managed C++ Wrapper Pin
greg75871438119-Jun-04 10:09
greg75871438119-Jun-04 10:09 
Generaloverloading FileNameEditor Pin
Quasar3D17-Jun-04 1:04
Quasar3D17-Jun-04 1:04 
GeneralHuffman code algorithm help!!!!! Pin
huffmancoding15-Jun-04 9:48
huffmancoding15-Jun-04 9:48 
GeneralRe: Huffman code algorithm help!!!!! Pin
DavidR_r1-Jul-04 10:26
DavidR_r1-Jul-04 10:26 
I would pad the string with zeros up to length which can be divided by 8. And then I would read each time 8 characters and convert it into byte let's say by multipling already calculated part and adding value of a new bit character or by using << operator.
I hope this helps

DavidR
GeneralRe: Huffman code algorithm help!!!!! Pin
huffmancoding2-Jul-04 11:30
huffmancoding2-Jul-04 11:30 
GeneralUpdating and Drawing Shapes on a Form Pin
magefire14-Jun-04 5:56
magefire14-Jun-04 5:56 
GeneralRe: Updating and Drawing Shapes on a Form Pin
palbano14-Jun-04 6:14
palbano14-Jun-04 6:14 
GeneralRe: Updating and Drawing Shapes on a Form Pin
magefire14-Jun-04 6:21
magefire14-Jun-04 6:21 
GeneralRe: Updating and Drawing Shapes on a Form Pin
palbano14-Jun-04 6:29
palbano14-Jun-04 6:29 
GeneralRe: Updating and Drawing Shapes on a Form Pin
magefire14-Jun-04 6:51
magefire14-Jun-04 6:51 
GeneralRe: Updating and Drawing Shapes on a Form Pin
palbano14-Jun-04 7:52
palbano14-Jun-04 7:52 
GeneralRe: Updating and Drawing Shapes on a Form Pin
magefire15-Jun-04 4:50
magefire15-Jun-04 4:50 
GeneralSHGetFolderPathW function syntax - question Pin
Stanimir_Stoyanov14-Jun-04 5:21
Stanimir_Stoyanov14-Jun-04 5:21 
GeneralRe: SHGetFolderPathW function syntax - question Pin
palbano14-Jun-04 6:10
palbano14-Jun-04 6:10 
Questiondisassembling (correctly) managed c++ assemblies? Pin
Stanimir_Stoyanov14-Jun-04 5:20
Stanimir_Stoyanov14-Jun-04 5:20 
AnswerRe: disassembling (correctly) managed c++ assemblies? Pin
cppmanuf25-Jun-04 18:03
cppmanuf25-Jun-04 18:03 
GeneralRe: disassembling (correctly) managed c++ assemblies? Pin
Stanimir_Stoyanov27-Jun-04 9:03
Stanimir_Stoyanov27-Jun-04 9:03 
GeneralRe: disassembling (correctly) managed c++ assemblies? Pin
cppmanuf30-Jun-04 16:58
cppmanuf30-Jun-04 16:58 
GeneralRe: disassembling (correctly) managed c++ assemblies? Pin
Stanimir_Stoyanov3-Jul-04 3:14
Stanimir_Stoyanov3-Jul-04 3:14 
GeneralHelp I want to change While loop to Nested for loo Pin
JawedVikia8010-Jun-04 21:51
JawedVikia8010-Jun-04 21:51 
GeneralRe: Help I want to change While loop to Nested for loo Pin
Jon G11-Jun-04 1:21
Jon G11-Jun-04 1:21 

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.