473,404 Members | 2,178 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

import C++ source files

I have example source files from "C++ How To Program"

http://www.oniva.com/upload/1356/cpp.jpg

How can I import all source files small program into VC++ 2005?

in Java Eclipse, I can just dump the folder in project foler.

But in VC++ 2005, any easy way to import it and run each small program
right away?

Mar 10 '08 #1
2 1709
Carmen Sei wrote:
I have example source files from "C++ How To Program"

http://www.oniva.com/upload/1356/cpp.jpg

How can I import all source files small program into VC++ 2005?
You'd better ask on a VC or windows programming group.

--
Ian Collins.
Mar 10 '08 #2
On 2008-03-11 00:12, Carmen Sei wrote:
I have example source files from "C++ How To Program"

http://www.oniva.com/upload/1356/cpp.jpg

How can I import all source files small program into VC++ 2005?

in Java Eclipse, I can just dump the folder in project foler.

But in VC++ 2005, any easy way to import it and run each small program
right away?
Questions about how to use a specific tool or IDE are off topic here and
are better asked in a group discussing discussing the tool or IDE, in
your case it is probably one of the microsoft.public.vstudio.* groups.

Anyway, you will probably have to create a new, empty, project and then
add the files to the project (right-click the project name in the
project explorer and select Add, Add Existing). Or you can create one
project and add a file and then copy/paste the code from each file if
they are just examples and you do not need to keep them afterwards.
--
Erik Wikström
Mar 10 '08 #3

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

Similar topics

2
by: Torsten Mohr | last post by:
Hi, i tried to find the file and line in the C sources of python where the command "import" is implemented. Can anybody give me some hint on this? Thanks, Torsten.
79
by: pinkfloydhomer | last post by:
I want to scan a file byte for byte for occurences of the the four byte pattern 0x00000100. I've tried with this: # start import sys numChars = 0 startCode = 0 count = 0
3
by: Jeff Marcum | last post by:
I have a database set-up to do file comparisons. I import the files into the database and do the comparisons with queries. I have to do this comparison on a daily basis so I would like to set up...
1
by: Mark | last post by:
Hi All, Sorry if this is a basic question but I can't get this to work. I have files randomly FTP'd to a directory and I need to import them. That I can do but what I can't do is move them once...
1
by: enrio | last post by:
I have made a number of changes to the code of an access 2000 application, and now the person responsible for the application wants to import one change at a time into his "master copy", after he...
2
by: musicloverlch | last post by:
I need to import 60 text files all in one folder. Can I use VBA to cycle through all the files, without having to import them one by one? Does anyone have an example? Thanks in advance. Laura
0
by: Jonah Olsson | last post by:
Hi guys, Here's a problem: My customer needs a way to import small Excel/Access-files of data into their SQL Server. The data files all contains the same type of data; email address, first...
3
by: ninrulz | last post by:
I will try to explain my situation. I know that it is hard to offers solutions without fully understanding what people would like to achieve. I receive 2 csv files every month. The csv files...
49
by: Martin Unsal | last post by:
I'm using Python for what is becoming a sizeable project and I'm already running into problems organizing code and importing packages. I feel like the Python package system, in particular the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.