Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / December 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Interoperability dilema24 Dec 2004 18:13 GMT1
I have a situation where I want to consume VC++ code that someone else
has written.  This C++ code compiles into a console app exe, and I have
all of it's source code. For the record, this app listens to a comm
port for a stream of proprietary data it is expecting.
game programming24 Dec 2004 10:05 GMT5
Signature

hello
If I wanted to do some game programming with C++  and openGL/directx do I
need to know MFC /VCL  . Can I just know C++ and bypass these extras and use

debug error occured while use exit(0) statemnt  on click menu24 Dec 2004 06:43 GMT1
   I am new to vc++.net programming ,while I use exit(0) statement on
button click event , it is OK,
but when I use exit(0) statement on menu click event, there will be a debug
error,could anybody tell
How to add a menu?24 Dec 2004 06:41 GMT1
I've created a MFC C++ dialog application... I've created a menu
but can't seem to remember how to add the menu to the dialog.
Help?
TIA.
class pointers24 Dec 2004 06:39 GMT1
Signature

hello
I am a little rustry with C++, when you declare a class method with a pointer
eg...unsigned char *CTexture::LoadBitmapFile(char *fi....

Fast linked list24 Dec 2004 04:16 GMT14
for my current application, I need a linked list in which I can access and
walk through at highest speed possible - adding/deleting/inserting elements
can be as slow as necessary. Now, which template out of the C/C++ standard
library should I use for this - std::list? Or is there ...
[newbie] _lfind syntax problem23 Dec 2004 20:35 GMT2
Hi again,
this time, I want to do some binary searching. Therefore I have declared the
following:
BYTE *buffer; //holds pointer to data to search in
General questions23 Dec 2004 09:53 GMT1
Hi again,
I was just wondering: My current project consists of two Dlls - one grabs
lots of data out of e.g. files and passes it sequentially two a second Dll
which handles the data (e.g. searches for specific binary patterns).
Collections in C++22 Dec 2004 23:46 GMT2
Signature

hello
In Visual Basic you can keep track of Objects of Classes with Collections. I
believe this is from MV C++.

How to make OLE Automation Server exit right away after registrati22 Dec 2004 22:08 GMT1
I am creating the setup for the .NET project.
The project contains several OLE Automation Servers (.exe)
I am having troubles toadd required registration information
for these servers to the registry during setup. I explored
[ASAP] Stack corruption22 Dec 2004 12:04 GMT14
I'm currently developing an application that includes an implementation of
the well-known Boyer- Moore algorithm. For this, I use the implementation of
Thierry Lecrq from http://www-igm.univ-mlv.fr/~lecroq/string/node14.html.
But unfortunately, this source code (see below) ...
Problem in Reading string22 Dec 2004 12:04 GMT3
I am using VC++.NET, I have a string
c:\folder1;c:\folder2;c:\folder3
I want to sepreate this string into a array of string which should contain
c:\folder1
UMR: Uninitialized memory read in std::_Tree_nod22 Dec 2004 00:45 GMT1
When I run our application under PurifyPlus, I get lots of "UMR:
Uninitialized memory read" warnings, e.g.
[W] UMR: Uninitialized memory read in std::_Tree_nod<class
std::_Tmap_traits<class std::basic_string<char,struct
I create a operator + declared in C# to be used in C++21 Dec 2004 23:30 GMT3
I create a operator + in C#
   public static HistogramBuffer operator+(HistogramBuffer
aHistogramBuffer1, HistogramBuffer aHistogramBuffer2) {
           HistogramBuffer Tmp=new HistogramBuffer(aHistogramBuffer1);
Loading mixed-mode application without .NET installed21 Dec 2004 23:24 GMT7
We have an application which uses some mixed-mode code to expose a .NET 1.1
managed API. Only the necessary files are compiled with /clr.
We want to be able to load the application without .NET present, and then
just disable the API.
Pages: 1 2 3 4 5 6 7 8 9 November, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.