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++ / February 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
developing simple c toy programs using visual studio .net11 Feb 2005 05:17 GMT2
Hello....
I wanted to know if there was a way to write simple c code using visual .net?
I really want to get used to the ide but i'm not sure how to..
Any comments will be appreciated...
how i know TCP Connect  already ?11 Feb 2005 04:42 GMT2
i use  TcpClient
client = new TcpClient(S"localhost", PORT_NUM);
when  run  code above
and  now  how to know when  it  connect  server already
Overlapped I/O operation is in progress11 Feb 2005 03:52 GMT1
In a W2000 server, we have the message:
"Overlapped I/O operation is in progress. (997)"
We are using SLNet telnet server, with PIPE. The application is VC++.
The code to inicialize the PIPE is:
Managed C++ #if11 Feb 2005 02:17 GMT1
Is there some kind of preprocessor switch that I can key off of to
determine whether the compiler is compiling code in managed or unmanaged
mode?
I've found that some code needs to be changed when running in managed
white spaces in command line10 Feb 2005 23:19 GMT6
I m in trouble with a white space included in the path of an .exe file.
Precisely located in Program Files/...
How to deal with the launching of a command that calls this .exe ?
CreateProcess(NULL, ligne_de_com, NULL, NULL, FALSE,
PlaySound with Resource Question10 Feb 2005 23:09 GMT2
I am trying to use PlaySound in a VC++.net Windows app (VS 2003). I can use
it to play a file but now I want to play it from a resource.  I have two
questions:
How do I add a wav file to my project as a resource (steps please)
mysql joins not always working in c#10 Feb 2005 21:33 GMT2
i'm making a mysql call from c# to a mysql database for a windows
application.  when i try to use the join command it works fine until the
column being joined gets to a null character and then the rest of that column
becomes null.  my statement is:
!! DOWNLOAD THE MOST POPULAR 2005's CRACKED SOFTWARE(CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC)10 Feb 2005 19:53 GMT3
Our Team provide CRACKED engineering and technical software at thi
topics:
=> Civil and Structural
=> Survey , GIS , Rock , Soil and Water
stdafx.h10 Feb 2005 18:38 GMT2
All C++ files in VC++ must start with
#include "stdafx.h"
Did anyone ever figure out why? Other C++ compilers have precompiler
mechanisms that don't need source code modifications to function. If the
Difference in double precision...10 Feb 2005 15:14 GMT2
I'm porting my application from VC++ 6.0 to VS .Net
and experiencing a difference in the double precisions.
I have the following code in my application
double val = 16e-6;
Problems linking a BCB-DLL (.lib) under MSVC10 Feb 2005 09:13 GMT7
I'm trying to use a DLL (by static linking) which was compiled with Borland
C++Builder (BCB) in Visual C++ (Visual-Studio 2003).
All functions are declared with the directive 'extern "C"' so that a
cross-compiler-usage must be possible.
VS 2005: __clrcall error exporting DLL functions which are not __clrcall? + /clr:pure/safe question10 Feb 2005 02:15 GMT7
Some classes that once compiled without problems on VS 2003 have now
problems on VS 2005 Beta 1. I'm talking about a __nogc class that is
exported with __declspec(dllexport).
The compiler message is this:
Adding a double value to ArrayList09 Feb 2005 22:57 GMT1
     I'm using a Managed C++ project with MFC support. I have an ArrayList
pointer object alValue (ArrayList* alValue) to this object i want to add all
the elements present in Vector<double> vVector to it..
I'm using this line of code..
string class in Microsoft visual Studio 200509 Feb 2005 19:22 GMT1
I am developing under Microsoft visual Studio 2005 in C++.
In my code I use the std:: string class and when I compile I don't
have any mistakes. However, when I debug my program (with
breakpoints) and i try to see the content of my std:: strings , i get
Unresolved External Symbol - problem with template class09 Feb 2005 19:04 GMT10
Hi, I'm new to C++ so may be this is a trivial problem but...
I'm trying to create a template class, in header file I declared it
and in source file implement, seems nice, but linker won't link
constructors and destructors as I'd like him to do.
Pages: 1 2 3 4 5 6 7 8 9 10 January, 2005
 
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.