-
C/C++
hi I am Marko and I am new in C++ so I have some questions.
1.First of all I want to know which C++ is the best, does it Visual C++ or
Borland C++ or other?
2.If I use Visual C++ (like I do) can I use my knowledge in VC++ to write
programs in Borland C++, and does it code for VC++ same like other C++ compiler
like Boland?
3.Can I write programs for Linux and Windows in same C++ compiler and can
I use Visual C++?
4.Where can I find good tutorials for C++ on Internet?
5.Many web sites on Internet offers many jobs for C/C++ programmers and I
do not understand it very well. When they said “C/C++ programmers” do they
mean for Visual, Borland or other C++?
thanks
-
Re: C/C++
> hi I am Marko and I am new in C++ so I have some questions.
>
> 1.First of all I want to know which C++ is the best, does it Visual C++ or
> Borland C++ or other?
Each has their advocates. But the answer also depends on what you mean
when you say "best", and what platform you're developing for.
> 2.If I use Visual C++ (like I do) can I use my knowledge in VC++ to write
> programs in Borland C++, and does it code for VC++ same like other C++
compiler
> like Boland?
The C++ part is likely to be the same, but there may be different
libraries/frameworks available for the different compilers. I don't know
if Borland C++ ships with a version of MFC, which is the framework
you're likely to be using if you write Visual C++ programs.
> 3.Can I write programs for Linux and Windows in same C++ compiler and can
> I use Visual C++?
Visual C++ does not have a Linux cross-compiler. The current version (6)
of Visual C++ will only allow you to develop Windows applications (or
Windows console applications) out of the box. But if you were careful
to write portable code, you could rebuild a console application using
g++ on Linux.
> 4.Where can I find good tutorials for C++ on Internet?
Some starting points:
http://www.devx.com
http://developer.codeguru.com (for MFC examples)
http://www.mvps.org
> 5.Many web sites on Internet offers many jobs for C/C++ programmers and I
> do not understand it very well. When they said "C/C++ programmers" do they
> mean for Visual, Borland or other C++?
It depends on the job.
- Katy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks