473,725 Members | 2,243 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

I am new to programming and wanted to know where a good place to start for C++

Hello I am new to programming and want to know what is a good free
compiler is. I am asking this because there are so many of them and I
just want to start programming also a good website for programming to
help me, I want to major in the computer programming field and want to
know if there are any really good tutorial sites. Thanks your input
is much appriciated.

Sep 27 '07 #1
13 2038

<1j*****@gmail. comwrote in message
news:11******** **************@ y42g2000hsy.goo glegroups.com.. .
Hello I am new to programming and want to know what is a good free
compiler is. I am asking this because there are so many of them and I
just want to start programming also a good website for programming to
help me, I want to major in the computer programming field and want to
know if there are any really good tutorial sites. Thanks your input
is much appriciated.

If you are serious, then you need a book or two. You can learn a good deal
about programming without even having a computer, let alone a compiler.
Strangely, the computer can sort of get in the way of thinking. I recommend
a visit to a library or a used-book store. Which compiler you end up with
makes little difference. Compile the "Hello World" program with two or
three of them (you can probably find the code for it on the Internet), and
use the one you like most. You have a lot of wonderful thinking ahead of
you. Have fun!

-Bill
(C++ Instructor)
Sep 27 '07 #2
On 2007-09-27 05:00, 1j*****@gmail.c om wrote:
Hello I am new to programming and want to know what is a good free
compiler is. I am asking this because there are so many of them and I
just want to start programming also a good website for programming to
help me, I want to major in the computer programming field and want to
know if there are any really good tutorial sites. Thanks your input
is much appriciated.
For compilers I would go with Microsoft Visual C++ 2005 Express on
Windows and gcc on any other platform. When it comes to tutorial my
experience is that the good ones costs money and are called book, you
might also find some at your local library. There are a few decent
reference sites on the net but no good tutorials (except for a few with
very narrow topics).
--
Erik Wikström
Sep 27 '07 #3

Erik Wikström wrote in message...
>
For compilers I would go with Microsoft Visual C++ 2005 Express on
Windows and gcc on any other platform.
Why do you suggest gcc ( the Gnu 'C' compiler )?

--
Bob R
POVrookie
- -
Dev-C++ IDE: http://www.bloodshed.net/
MinGW (GNU compiler): http://www.mingw.org/
MinGWStudio http://www.parinyasoft.com/
Code::Blocks http://www.codeblocks.org/
Sep 27 '07 #4
On 2007-09-27 20:51, BobR wrote:
Erik Wikström wrote in message...
>>
For compilers I would go with Microsoft Visual C++ 2005 Express on
Windows and gcc on any other platform.

Why do you suggest gcc ( the Gnu 'C' compiler )?
gcc = GNU Compiler Collection

--
Erik Wikström
Sep 27 '07 #5
On Sep 27, 10:05 pm, Erik Wikström <Erik-wikst...@telia. comwrote:
On 2007-09-27 20:51, BobR wrote:
Erik Wikström wrote in message...
For compilers I would go with Microsoft Visual C++ 2005 Express on
Windows and gcc on any other platform.
Why do you suggest gcc ( the Gnu 'C' compiler )?

gcc = GNU Compiler Collection

--
Erik Wikström

Anyway if anybody want to discuss the matter I would say g++ for c++ -
even though it is just that part of gcc that is called g++, but that
is the command I use.
Works great.
Just remember to learn the flags for the compiler.
That is partly why I don't like the Microsoft one, lack of control,
only gui.

Just go ahead and use something useful as mingw or something.

Sep 27 '07 #6
On 2007-09-27 17:04:02 -0400, ThaDoctor <To*********@gm ail.comsaid:
That is partly why I don't like the Microsoft one, lack of control,
only gui.
Microsoft's command line compiler takes a huge set of options. All the
control you could possible want.

--
Pete
Roundhouse Consulting, Ltd. (www.versatilecoding.com) Author of "The
Standard C++ Library Extensions: a Tutorial and Reference
(www.petebecker.com/tr1book)

Sep 27 '07 #7

Erik Wikström wrote in message...
On 2007-09-27 20:51, BobR wrote:
Erik WikstrÃf¶m wrote in message...
>
For compilers I would go with Microsoft Visual C++ 2005 Express on
Windows and gcc on any other platform.
Why do you suggest gcc ( the Gnu 'C' compiler )?

gcc = GNU Compiler Collection
Ah, you meant GCC, not gcc/g++.

GCC == GNU Compiler Collection
gcc == GNU 'C' compiler
g++ == GNU 'C++' compiler

Confusing, isn't it?
--
Bob R
POVrookie
Sep 27 '07 #8
On 2007-09-27 23:49, BobR wrote:
Erik Wikström wrote in message...
>On 2007-09-27 20:51, BobR wrote:
Erik WikstrÃf¶m wrote in message...

For compilers I would go with Microsoft Visual C++ 2005 Express on
Windows and gcc on any other platform.

Why do you suggest gcc ( the Gnu 'C' compiler )?

gcc = GNU Compiler Collection

Ah, you meant GCC, not gcc/g++.

GCC == GNU Compiler Collection
gcc == GNU 'C' compiler
g++ == GNU 'C++' compiler

Confusing, isn't it?
Even more confusing when 'gcc test.cpp' will compiler the file as C++.

--
Erik Wikström
Sep 28 '07 #9
On Sep 27, 11:04 pm, ThaDoctor <Tobias.S...@gm ail.comwrote:

[...]
That is partly why I don't like the Microsoft one, lack of control,
only gui.
Lack of control at what level. The Microsoft C++ compiler has a
large number of options, just like every other compiler. From
what little I've seen, they can all be set explicitly in the
GUI, if that's what you want. And the statement "only GUI" is
obviously false: in my own work, I don't use the GUI; I invoke
the compiler from the same makefiles I use on my Unix based
development machines. (But I'm not sure that this is the
appropriate route for a beginner.)

--
James Kanze (GABI Software) email:ja******* **@gmail.com
Conseils en informatique orientée objet/
Beratung in objektorientier ter Datenverarbeitu ng
9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34

Sep 28 '07 #10

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

Similar topics

34
2793
by: Volker Hetzer | last post by:
Hi! I've done lots of programming for CAD, which was basically C/C++ and tcl/tk. Now, we are thinking about introducing more web based tools, programming them ourselves and right now the toolchain we think about is apache/oracle/php. Now, I can do oracle no problem but I'm pretty wet behind the ears about everything else. What books could you recommend to me so that I can learn: - what all this apache stuff is about, the mod_* - what...
9
1737
by: Don Blow, Jr. | last post by:
I am running the simple program shown below (written in c): ----------------------------------------------------------------------- #include <stdio.h> #include <stdlib.h> int main(int argc, char *argv)
134
8024
by: evolnet.regular | last post by:
I've been utilising C for lots of small and a few medium-sized personal projects over the course of the past decade, and I've realised lately just how little progress it's made since then. I've increasingly been using scripting languages (especially Python and Bourne shell) which offer the same speed and yet are far more simple and safe to use. I can no longer understand why anyone would willingly use C to program anything but the lowest...
26
2250
by: Kanthi Kiran Narisetti | last post by:
Hi ALL, I am new to C and programming . I need suggestions for the IDE to be used as a begginer and should I start on Windows or Linux ?? I am also looking for resources for C programming on Internet with examples on each concept. I appreciate if any one can help me in this regard.
2
2220
by: Ed_P | last post by:
Hello I just wanted to get the opinions of those of you who have experience developing C# applications and programming in general. I currently am learning the basics of programming (choosing C# as the language of choice) and have developed simple applications to work with Access/SQL databases. I have accomplished all tasks that I wanted to with the small but simple applications...learned alot about the syntax and logic used in C# an...
12
2260
by: Harry | last post by:
Hi, I am a system administrator who wants to move to Web App. development. I have read quite a lot articles regarding .net framework and visual studio.net and feel comfortable to start learning coding. I have inclination towards c#. I know a little bit about c programming. What resource would you suggest to start with(please know that I am new to programming). Your reponse would be greatly appreciated.
17
79390
Banfa
by: Banfa | last post by:
I felt that this was a good point to start a tutorial on C/C++ programming because clearly we need to have some idea of what we are trying to achieve before we start out. I recently found this definition on the web which I rather like "Programming is planning how to solve a problem. No matter what method is used -- pencil and paper, slide rule, adding machine, or computer -problem solving requires programming. Of course, how one programs...
11
1505
by: Vitor | last post by:
I have been writing some large programs and games lately and I have had people advise me that I need to write more object oriented programs. I also I understand the concept and have written some small programs to understand the theory. class unit{ protected: int locx; int locy;
11
1486
by: nikhil | last post by:
I'm about to start Windows programming, so before doing that I just wanted to know is this good place to ask questions about programming windows. if yes then what do I need apart from courage :D. is Microsoft Visual C ++ express edition enough or do I need something else.
0
8889
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...
0
9401
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9257
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9179
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,...
0
8099
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4519
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
4784
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3228
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
3
2157
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.