473,545 Members | 721 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to get started? help ><

Hey everyone,
My names John and i just recently joined this googl group, and I joined
because i need some help. I'm currently a Sophomore in High school and
i'm really interested in computer programming well i have been for
about 8 years... My brother graduated last year from UCR majoring
Computer science and he now works for a buisness programming... well
anyways i want to start programming, my brother gave me a c++ book he
used but i just dont know where to start.

I have Suse 9.0, i know only the most basic program but i still dont
know what those symbols and why those functions do what they do you
know?

My question is where, what, and how can i start learning C++, the book
my brother gave me doesnt explain the functions and symbols etc... so
im wondering if there is anything or anyone out there that can help me
and explain to me the functions of the basic programs and someone or
something that can teach me c++..

I really want to know the main things about C++ before i start
college..

Please please can anyone help me?

thanks,
Weasel

Nov 2 '05 #1
4 1628

"Weasel" <We********@gma il.com> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .
Hey everyone,
My names John and i just recently joined this googl group,
Welcome!
Some comments below.
and I joined
because i need some help. I'm currently a Sophomore in High school and
i'm really interested in computer programming well i have been for
about 8 years... My brother graduated last year from UCR majoring
Computer science and he now works for a buisness programming... well
anyways i want to start programming, my brother gave me a c++ book he
used but i just dont know where to start.

I have Suse 9.0, i know only the most basic program but i still dont
know what those symbols and why those functions do what they do you
know?

My question is where, what, and how can i start learning C++, the book
my brother gave me doesnt explain the functions and symbols etc... so
im wondering if there is anything or anyone out there that can help me
and explain to me the functions of the basic programs and someone or
something that can teach me c++..

I really want to know the main things about C++ before i start
college..
IMO C++ is probably not the best first language for
a beginner to programming. But if you insist, here's
some information (it's the FAQ for the 'learners' group,
"alt.comp.lang. learn.c-c++"):

http://www.comeaucomputing.com/learn/faq/
Sections 6 and 7 have links to learning resources.

Also there's the "C++ FAQ" (which will likely be 'over
the head' of a complete novice, but save this link for
later):
http://www.parashift.com/c++-faq-lite/

Finally, note that the art (and science) of computer programming
is not associated with any particular programming language or
computer platform. There's a lot of theory involved which
applies to all specific applications of programming. Try not
to get too obsessed with a particular language or system.

Most successful programmers know several languages and are
familiar with several hardware platforms and operating systems,
and (from experience) usually can assess which tool(s) (e.g.
language, OS, etc.) are best suited for particular tasks.
IMO Probably the closest 'synonym' for programming is
'problem solving', a large part of which is assessing which
tool(s) (e.g. skills and technology) can most effectively
solve problems. Always keep that in mind.
Please please can anyone help me?


Many people, including myself, who participate in this newsgroup
(as well as the 'learners' group I cited above), are ready and
willing to help you as you learn. But please first read the
FAQs at the links I mentioned to learn posting guidelines and
how to pose questions in a way that gets most effective results.

Good luck with your studies. I hope you enjoy programming
as much as I do.

-Mike
Nov 2 '05 #2
* Weasel:
Hey everyone,
My names John and i just recently joined this googl group, and I joined
because i need some help. I'm currently a Sophomore in High school and
i'm really interested in computer programming well i have been for
about 8 years... My brother graduated last year from UCR majoring
Computer science and he now works for a buisness programming... well
anyways i want to start programming, my brother gave me a c++ book he
used but i just dont know where to start.

I have Suse 9.0, i know only the most basic program but i still dont
know what those symbols and why those functions do what they do you
know?

My question is where, what, and how can i start learning C++, the book
my brother gave me doesnt explain the functions and symbols etc... so
im wondering if there is anything or anyone out there that can help me
and explain to me the functions of the basic programs and someone or
something that can teach me c++..

I really want to know the main things about C++ before i start
college..

Please please can anyone help me?


I think you should consider buing the book "You can do it!" by Francis
Glasborow.

It's a complete beginner's book written in a very clear style by an
acknowledged C++ expert.

After that, or in addition, "Accelerate d C++" by Koenig and (?) Moe.

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Nov 2 '05 #3

Weasel wrote:
[cut]
I really want to know the main things about C++ before i start
college..

Please please can anyone help me?


IMO the best way to start is by having a problem to solve. Maybe
converting a program in your current language(s) to C++ ( You might
then analyse whether its better in C++ or not ). If you document what
you have done too, it will come in very useful at the college
interview...

regards
Andy Little

Nov 2 '05 #4

Alf P. Steinbach wrote in message
<43************ *****@news.indi vidual.net>...

After that, or in addition, "Accelerate d C++" by Koenig and (?) Moe.


You're thinking of Larry, Curly and Moe (nyuk nyuk nyuk). <G>

.... by Andrew Koenig and Barbara Moo

--
Bob R
POVrookie
Nov 3 '05 #5

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

Similar topics

8
14453
by: Daniel Hansen | last post by:
I know this must seem totally basic and stupid, but I cannot find any reference that describes how to control the spacing between <p>...</p> and <div>...</div> blocks. When I implement these on a page, there is a huge gap (like 3/8 inch or 25 px) between them. This is driving me bananas. What the hey am I missing? dh...
3
13129
by: TR | last post by:
Is it possible with CSS to prevent this wrapping alignment with a checkbox with a nested label? This is the label of the checkbox that wraps beneath it I'd prefer it looked like this, with a flush left margin:
2
11195
by: js | last post by:
I have a table rendered with XSLT. The first column has a radio button controls for user to make a selection for a particular row. All the values in the remaining columns are all concated with a &#xA0; (blank). I need to retieve the text in each cell of that row if the radio button on that row is clicked. Each <TD> has a numeric ID so that...
7
2733
by: Rocky Moore | last post by:
I have a web site called HintsAndTips.com. On this site people post tips using a very simply webform with a multi line TextBox for inputing the tip text. This text is encode to HTML so that no tags will remain making the page safe (I have to convert the linefeeds to <BR>s because the Server.EncodeHTML does not do that it seems). The...
5
1906
by: Nathan Sokalski | last post by:
My Web.config file contains the following section to register some of my UserControls: <pages> <controls> <add tagPrefix="NATE" tagName="Banner" src="~/Banner.ascx"/> <add tagPrefix="NATE" tagName="Navigation" src="~/Navigation.ascx"/> </controls> </pages>
14
3122
by: Michael | last post by:
Since the include function is called from within a PHP script, why does the included file have to identify itself as a PHP again by enclosing its code in <?php... <?> One would assume that the PHP interpreter works like any other, that is, it first expands all the include files, and then parses the resulting text. Can anyone help with an...
7
3601
by: Nathan Sokalski | last post by:
Something that I recently noticed in IE6 (I don't know whether it is true for other browsers or versions of IE) is that it renders <br/and <br></br> differently. With the <br/version, which is what most people use when they write static code (some people use <br>, but with xhtml you are required to close all tags), IE6 simply breaks to the...
0
7465
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...
0
7398
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7656
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. ...
0
7805
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...
0
5969
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...
1
5325
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...
0
4944
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...
1
1013
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
701
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...

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.