473,785 Members | 2,573 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Operate a Program??!!

Please can any body tell me:
How can I operate (or deliver) the " Visual C++.NET ", from its mother
program " MS Visual Studio 2005"??
A beginner needs Help.
Thank you all.
-----------------------------

Aug 21 '06 #1
7 1324
Hardy &&& schrieb:
Please can any body tell me:
How can I operate (or deliver) the " Visual C++.NET ", from its mother
program " MS Visual Studio 2005"??
A beginner needs Help.
What do you mean?
Are you a reseller? Then you should sell it with the box.

Lots of Greetings!
Volker
--
For email replies, please substitute the obvious.
Aug 21 '06 #2
Hardy &&& wrote:
Please can any body tell me:
How can I operate (or deliver) the " Visual C++.NET ", from its mother
program " MS Visual Studio 2005"??
A beginner needs Help.
Thank you all.
-----------------------------
Hardy:

You have asked this question twice before, and received answers (with
different interpretations of what your question means).

Please explain exactly what you mean by your question, and stop
initiating new threads!

David Wilkinson
Aug 21 '06 #3
Well. More explanations?!!
I bought a book " Visual C++.Net step by step"
The book supposed that the user has "Visual C++.NET" program already
installed in his computer, but I have "MS Visual Studio 2005 " installed in
my computer.So the book when declares creating a new project allowing (click
file, new object then " set the template to console application . NET "
Here I can do all except that I didn't find "console application.Net ,
instead I find "console application anything without .NET.
When I create a project by any way, I could not build it because of many
errors appeared.
I hope that I could clear what I mean??
Thank you all.
-----------------------------------------------
"David Wilkinson" <no******@effis ols.comwrote in message
news:uV******** *****@TK2MSFTNG P05.phx.gbl...
Hardy &&& wrote:
>Please can any body tell me:
How can I operate (or deliver) the " Visual C++.NET ", from its mother
program " MS Visual Studio 2005"??
A beginner needs Help.
Thank you all.
-----------------------------

Hardy:

You have asked this question twice before, and received answers (with
different interpretations of what your question means).

Please explain exactly what you mean by your question, and stop initiating
new threads!

David Wilkinson

Aug 22 '06 #4
Hardy &&& wrote:
Well. More explanations?!!
I bought a book " Visual C++.Net step by step"
The book supposed that the user has "Visual C++.NET" program already
installed in his computer, but I have "MS Visual Studio 2005 " installed in
my computer.So the book when declares creating a new project allowing (click
file, new object then " set the template to console application . NET "
Here I can do all except that I didn't find "console application.Net ,
instead I find "console application anything without .NET.
When I create a project by any way, I could not build it because of many
errors appeared.
I hope that I could clear what I mean??
Thank you all.
Hardy:

This is what I thought when I answered your question before.

Visual Studio 2005 and Visual Studio 2003.Net are different products.
But they are quite similar, just as different vesrions of Microsoft
Office are similar.

What is it that you really want to do? If you are just starting in C++,
I would suggest that you write a conventional C++ console program
without the .NET framework. You can do this in either Visual C+.NET
(2003) or Visual C++ 2005.

You can also use both these programs to write .NET C++ programs. But the
syntax in VC 2005 (C++/CLI) is different from that in Visual C++.NET
(Managed C++ extensions), so your older book will not help you so much.
Unfortunately there are hardly any books on C++/CLI.

Really, you would be best to start with conventional C++.

HTH,

David Wilkinson

David Wilkinson
Aug 22 '06 #5
Thank you David for help. Your answer is" to write convential C++ console
program "
I write this exactly where ?
------------------------------------------------------
"David Wilkinson" <no******@effis ols.comwrote in message
news:eK******** ******@TK2MSFTN GP05.phx.gbl...
Hardy &&& wrote:
>Well. More explanations?!!
I bought a book " Visual C++.Net step by step"
The book supposed that the user has "Visual C++.NET" program already
installed in his computer, but I have "MS Visual Studio 2005 " installed
in my computer.So the book when declares creating a new project allowing
(click file, new object then " set the template to console application .
NET "
Here I can do all except that I didn't find "console application.Net ,
instead I find "console application anything without .NET.
When I create a project by any way, I could not build it because of many
errors appeared.
I hope that I could clear what I mean??
Thank you all.

Hardy:

This is what I thought when I answered your question before.

Visual Studio 2005 and Visual Studio 2003.Net are different products. But
they are quite similar, just as different vesrions of Microsoft Office are
similar.

What is it that you really want to do? If you are just starting in C++, I
would suggest that you write a conventional C++ console program without
the .NET framework. You can do this in either Visual C+.NET (2003) or
Visual C++ 2005.

You can also use both these programs to write .NET C++ programs. But the
syntax in VC 2005 (C++/CLI) is different from that in Visual C++.NET
(Managed C++ extensions), so your older book will not help you so much.
Unfortunately there are hardly any books on C++/CLI.

Really, you would be best to start with conventional C++.

HTH,

David Wilkinson

David Wilkinson

Aug 23 '06 #6
Thank you David for help. Your answer is" to write convential C++ console
program "
I write this exactly where ?
File->new project->Visual C++->win32->win32 console application.

--

Kind regards,
Bruno van Dooren
br************* *********@hotma il.com
Remove only "_nos_pam"
Aug 23 '06 #7

"Hardy &&&" <fa***@alphalin k.com.auwrote in message
news:44******** @news.chariot.n et.au...
Thank you David for help. Your answer is" to write convential C++ console
program "
I write this exactly where ?
------------------------------------------------------
Hardy, I have a tutorial that shows how to do it step-by-step, used in our
beginning C++ course. If you provide me with a valid email where you can
accept large attachments, I'll be glad to send it to you. Email me pvan at
rose.edu.

--
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Aug 23 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
5154
by: Richard Cavell | last post by:
#include <gmp.h> vector<mpz_t> v_bigints; v_bigints.resize(20); This fails. error: ISO C++ forbids casting to an array type '__mpz_struct' (GCC on a G4) What's wrong with this? (GMP mailing lists were closed today, sorry).
2
3354
by: David | last post by:
Hi, We have an internal network of 3 users. Myself & one other currently have individual copies of the front-end MS Access forms and via our individual ODBC links we have used the: File > Get External Data > Link Tables > select ODBC Databases facility to link to our back-end MySQL Server. On both our machines the tables appear in the window very quickly and if we hit 'Select All', all the tables start loading really quickly into our...
1
961
by: Mamatha | last post by:
Hi I have one application in VB.NET. When we click on particular button,it connects to the net and getback with the source code of a particular web page.While connecting to net it blocks all other controls,i can't operate any control.How can i stop that one.How can i prevent that one from hanging while connect to the net.Please tell me the solution,because my application is in the ending stage.
3
2162
by: key9 | last post by:
Hi all I am confuse of how to override operate "<<" Sample , I've got 2 class class Terminal { public:
4
2459
by: manjesh | last post by:
hi , kindly help to create a toolbar with that new , save , edit, cancel button , if i open each form to operate this buttons ,instead of placing in each form . regards manjesh
3
2725
by: ChrisBettencourt | last post by:
Hello, I'm a super fresh newbie to VB, and I'd really appreciate any help! My current issue is that I'm trying to open an application using: Dim ProcID As Integer ProcID = Shell("""C:\FlowMaster 6.0\FlowCUT.exe""", AppWinStyle.NormalFocus) AppActivate(ProcID) I got this code from the help file. I've just put it in a button, and when I click it, I see the splash screen for the program, but then I get an...
0
1137
by: michalfromczech | last post by:
Hi, i have problem, i want connect and operate with my FTP server in VISUAL BASIC 6.0, but i don't have dll, which can this function do. I have download any dlls (Chilkat FTP) but there are not for free and i want free dll. (i want upload data on server, download, rename, make dir and perhaps check, if file on server exist or not, and that's all) Can you help me please? Thank you very much fot all (sorry for gramatic error, i'm from cz)
4
1567
by: neehakale | last post by:
I m trying to write an event for the CheckedListBox...here m using foreach loop syntsx: (type identifier in expression) but it is giving error :foreach statment cannot operate on variables of type object. because object does not contain a definattion for GetEnumerator or it is inaccessible private void btnOK_Click(object sender, System.EventArgs e) {
10
2150
by: abir | last post by:
Hi, This is not strictly a C++ language question. Is there any way to form a string from an identifier with the preprocessor with some operations ? i.e to say to make a string from an identifier ID i use #ID. Thats ok, but what if i want to alter it a little. like if i have an identifier myID , and i want to generate an string MYID (or any other form) from it.
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
10098
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7506
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6743
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5390
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5523
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4058
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3662
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2890
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.