473,386 Members | 1,873 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,386 software developers and data experts.

begineer

hiii ppl...i m learning c++ language...can ny1 suggest me a nice book
or e book that is good for me.........
well theoretical portion is clear but m weak in practicals....i find
difficult to apply logics in practical session.......

pls help me suggestion r welcomed...........

thx

1 more thing pls tell me how will i get the following output using c++
*
* *
* * *
* * * *
* * *
* *
*

Jul 8 '07 #1
20 1792
10*********@gmail.com wrote:
hiii ppl...i m learning c++ language...can ny1 suggest me a nice book
http://www.parashift.com/c++-faq-lit....html#faq-28.4
Accelerated C++ is often mentioned. Also, check
http://accu.org/index.php/book_reviews
or e book that is good for me.........
An English dictionary, perhaps. You should at least _try_ to spell correctly
when posting here.
1 more thing pls tell me how will i get the following output using c++
*
* *
* * *
* * * *
* * *
* *
*
Certainly. I may have made som errors while copying, but you can fix that?

#include <iostream>

int main()
{
std::cout <<
" *\n"
" * *\n"
" * * *\n"
" * * * *\n"
" * * *\n"
" * *\n"
" *\n";
}

--
rbh
Jul 8 '07 #2
Alf P. Steinbach wrote:
* 10*********@gmail.com:
>hiii ppl...i m learning c++ language...can ny1 suggest me a nice book
or e book that is good for me.........
well theoretical portion is clear but m weak in practicals....i find
difficult to apply logics in practical session.......

pls help me suggestion r welcomed...........

Well, to be blunt, since you have severe difficulties with simple
ordinary English, any programming language would be difficult. And C++
is more difficult than most. Try first to learn English.
Maybe 10may.agn03 has problems with his/her keyboard, considering the amount
of missing characters and the number of duplicate characters. When the
batteries of my wireless keyboard are depleted, I also write like that.

Jul 8 '07 #3
On Jul 8, 9:18 pm, Robert Bauck Hamar <roberth+n...@ifi.uio.nowrote:
http://www.parashift.com/c++-faq-lit....html#faq-28.4
Accelerated C++ is often mentioned. Also, checkhttp://accu.org/index.php/book_reviews
:-)
An English dictionary, perhaps. You should at least _try_ to spell correctly
when posting here.

yes, that advice is essential

Certainly. I may have made som errors while copying, but you can fix that?

#include <iostream>

int main()
{
std::cout <<
" *\n"
" * *\n"
" * * *\n"
" * * * *\n"
" * * *\n"
" * *\n"
" *\n";

}
:)

and my answer could be this:

#include <iostream>

int main()
{
std::cout << ..............
........................
return 0;
}
and i could have asked him to "Go Figure" :D

Jul 8 '07 #4
Robert Bauck Hamar wrote:
>or e book that is good for me.........

An English dictionary, perhaps. You should at least _try_ to spell
correctly when posting here.
I believe he meant e-book, like a PDF containing the information published
in the "real" book.

About the dictionary comment, is it really necessary to bash someone for
their poor english skills? I thought that in this day and age it was pretty
clear to everyone that quite a big chunk of netizens do not hold english as
their native language.
Rui Maciel
Jul 8 '07 #5
Robert Bauck Hamar wrote:
>or e book that is good for me.........

An English dictionary, perhaps. You should at least _try_ to spell
correctly when posting here.
I believe he meant e-book, like a PDF containing the information published
in the "real" book.

About the dictionary comment, is it really necessary to bash someone for
their poor english skills? I thought that in this day and age it was pretty
clear to everyone that quite a big chunk of netizens do not hold english as
their native language.
Rui Maciel
Jul 8 '07 #6
Rui Maciel wrote:
Robert Bauck Hamar wrote:
>>or e book that is good for me.........

An English dictionary, perhaps. You should at least _try_ to spell
correctly when posting here.

I believe he meant e-book, like a PDF containing the information published
in the "real" book.
Impossible to tell. I suspected it was a misspelling for "a book".
About the dictionary comment, is it really necessary to bash someone for
their poor english skills?
No, and I don't believe I am. I believe the OP knows how to spell words like
ppl, ny1, pls, r and thx correctly (or at least that they're incorrectly
spelt). The remark was that one would be taken more seriously if one does
try to spell correctly, but at the same time, we should recognise that some
don't have English as their first, or even second, language.

--
rbh
Jul 8 '07 #7
Rui Maciel wrote:
>
About the dictionary comment, is it really necessary to bash someone for
their poor english skills? I thought that in this day and age it was pretty
clear to everyone that quite a big chunk of netizens do not hold english as
their native language.
No, we're not necessarily assuming that 10may is a native English
speaker, we're ticked off about the use of txtspk. If it's not part of
FAQ 5.x, it should be.
Jul 8 '07 #8
On 2007-07-08 20:34, Rui Maciel wrote:
Robert Bauck Hamar wrote:
>>or e book that is good for me.........

An English dictionary, perhaps. You should at least _try_ to spell
correctly when posting here.

I believe he meant e-book, like a PDF containing the information published
in the "real" book.

About the dictionary comment, is it really necessary to bash someone for
their poor english skills? I thought that in this day and age it was pretty
clear to everyone that quite a big chunk of netizens do not hold english as
their native language.
In this day and age any decent news client has a built-in spell checker,
there's really no excuse for they kind of text the OP produced. There's
a huge difference between people who are not good at English and those
who don't care, those who are not good at it gets the grammar messed up
and uses words in the wrong way, but at least they try.

--
Erik Wikström
Jul 8 '07 #9
On 2007-07-08 17:48, 10*********@gmail.com wrote:
hiii ppl...i m learning c++ language...can ny1 suggest me a nice book
or e book that is good for me.........
Accelerated C++ by Koenig and Moo is one book that is often recommended
to beginners. Bruce Eckel's Thinking in C++ can be downloaded from his
site, if you don't feel like paying.
well theoretical portion is clear but m weak in practicals....i find
difficult to apply logics in practical session.......
Sorry, can't help you there, it's very much a question about experience.
But do the exercises in whatever book you use and you'll have a start,
the rest is trying.

--
Erik Wikström
Jul 8 '07 #10
Rui Maciel <ru********@gmail.comwrites:
About the dictionary comment, is it really necessary to bash someone for
their poor english skills?
Someone who had poor English skills and made a sincere effort would have done
better. The OP posted *deliberately* broken English, known as "IM-speak",
with abbreviations like "ne1" for "anyone" and "pls" for "please".
I thought that in this day and age it was pretty
clear to everyone that quite a big chunk of netizens do not hold english as
their native language.
That's precisely why IM-speak is frowned upon here. Standard English is
difficult enough for a non-native speaker; making life even more difficult
for them by intentionally posting broken English is downright rude.

sherm--

--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
Jul 8 '07 #11
On Jul 9, 12:48 am, 10may.ag...@gmail.com wrote:
hiii ppl...i m learning c++ language...can ny1 suggest me a nice book
or e book that is good for me.........
well theoretical portion is clear but m weak in practicals....i find
difficult to apply logics in practical session.......

pls help me suggestion r welcomed...........

thx

1 more thing pls tell me how will i get the following output using c++
*
* *
* * *
* * * *
* * *
* *
*
C++, A Hand's On Approach by Eric Nagler could be a good bet.

BTW, Im not going to pick the typos, slangs or any junkies in your
posts. I just replied for what I understood from your post.
Try to avoid slangs in your posts. It has 3 process, Read your slangs,
convert the slang to real word and finally try to understand your
problem.
If you type in plain English or exact words, the intermediate
conversion of your slangs could be avoided for us. (in terms of
computer, if we can exclude a step, we can have better performance
no?).

Regards,
Sarath
http://sarathc.wordpress.com/

Jul 9 '07 #12
Erik Wikström wrote:
On 2007-07-08 20:34, Rui Maciel wrote:
I believe he meant e-book, like a PDF containing the information
published in the "real" book. About the dictionary comment, is it
really necessary to bash someone for their poor english skills? I
thought that in this day and age it was pretty clear to everyone
that quite a big chunk of netizens do not hold english as their
native language.

In this day and age any decent news client has a built-in spell
checker, there's really no excuse for they kind of text the OP
produced.
Yeah, well, the OP is posting from Google Groups, so that lets out the
decent newsreader part.


Brian
Jul 9 '07 #13
On Jul 8, 8:48 pm, 10may.ag...@gmail.com wrote:
hiii ppl...i m learning c++ language...can ny1 suggest me a nice book
or e book that is good for me.........
well theoretical portion is clear but m weak in practicals....i find
difficult to apply logics in practical session.......

pls help me suggestion r welcomed...........

thx

Dear 10may.....
are we chatting on some Instant Messenger or are we on USENET ?

???

Jul 9 '07 #14
On 2007-07-09 07:05, Default User wrote:
Erik Wikström wrote:
>On 2007-07-08 20:34, Rui Maciel wrote:
I believe he meant e-book, like a PDF containing the information
published in the "real" book. About the dictionary comment, is it
really necessary to bash someone for their poor english skills? I
thought that in this day and age it was pretty clear to everyone
that quite a big chunk of netizens do not hold english as their
native language.

In this day and age any decent news client has a built-in spell
checker, there's really no excuse for they kind of text the OP
produced.

Yeah, well, the OP is posting from Google Groups, so that lets out the
decent newsreader part.
Yes, but at least Firefox can spellcheck textboxes on webpages, and I
think some other browsers can too.

--
Erik Wikström
Jul 9 '07 #15
On Jul 8, 8:34 pm, Rui Maciel <rui.mac...@gmail.comwrote:
Robert Bauck Hamar wrote:
or e book that is good for me.........
An English dictionary, perhaps. You should at least _try_ to spell
correctly when posting here.
[...]
About the dictionary comment, is it really necessary to bash someone for
their poor english skills? I thought that in this day and age it was pretty
clear to everyone that quite a big chunk of netizens do not hold english as
their native language.
The types of errors which the poster made are NOT those typical
of someone using English as a foreign language, but rather those
typical of someone who's too lazy to be rigorous. Until that
characteristic is corrected, it's hopeless for him to try and
learn programming. (What is it that Dijkstra said: "Besides a
mathematical inclination, an exceptionally good mastery of one's
native tongue is the most vital asset of a competent
programmer."

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

Jul 9 '07 #16
On Jul 9, 7:05 am, "Default User" <defaultuse...@yahoo.comwrote:
Erik Wikström wrote:
On 2007-07-08 20:34, Rui Maciel wrote:
I believe he meant e-book, like a PDF containing the information
published in the "real" book. About the dictionary comment, is it
really necessary to bash someone for their poor english skills? I
thought that in this day and age it was pretty clear to everyone
that quite a big chunk of netizens do not hold english as their
native language.
In this day and age any decent news client has a built-in spell
checker, there's really no excuse for they kind of text the OP
produced.
Yeah, well, the OP is posting from Google Groups, so that lets out the
decent newsreader part.
Google Groups means that he's editing the text in a browser.
Any decent browser will allow using any standard editor for
editing text in POST boxes; I'm using Google Groups, in Firefox,
and I edit my postings in gvim (using the "It's all text"
add-on).

Failing that, it's still easier to copy/paste into an
editor, then back into the POST box, than to try and edit native
in the POST box.

And frankly: if you need a spell checker to do better than he
did, you've got a real problem.

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

Jul 9 '07 #17
red floyd wrote:
No, we're not necessarily assuming that 10may is a native English
speaker, we're ticked off about the use of txtspk. If it's not part of
FAQ 5.x, it should be.
I've emailed Marshall and proposed it as an addition to 5.4.

Jul 9 '07 #18
Erik Wikström wrote:
On 2007-07-09 07:05, Default User wrote:
Erik Wikström wrote:
In this day and age any decent news client has a built-in spell
checker, there's really no excuse for they kind of text the OP
produced.
Yeah, well, the OP is posting from Google Groups, so that lets out
the decent newsreader part.

Yes, but at least Firefox can spellcheck textboxes on webpages, and I
think some other browsers can too.
Yeah, that's true, at least as of the 2.0 they installed at work. I
noticed that it was spellchecking the stuff in text entry boxes.


Brian

Jul 9 '07 #19
On Jul 8, 11:48 am, 10may.ag...@gmail.com wrote:
hiii ppl...i m learning c++ language...
can ny1 suggest me a nice book
http://snipurl.com/1o0lf
Socks

Jul 9 '07 #20
On Jul 10, 12:31 am, Puppet_Sock <puppet_s...@hotmail.comwrote:
On Jul 8, 11:48 am, 10may.ag...@gmail.com wrote:
hiii ppl...i m learning c++ language...
can ny1 suggest me a nice book

http://snipurl.com/1o0lf
Socks
thanks vry mch 4 d book.....

Jul 10 '07 #21

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

Similar topics

0
by: David Edwards | last post by:
I am a beginner to php, i am able to connect to my postgres database and run off a few queries such as select a field from a table using the command $query = "SELECT species_name FROM species";...
0
by: peter leonard | last post by:
Hi, This is a basic question but I can't figure out what is wron - even after reading the documentation. I have a script that normalizes strings. One of the steps is to convert all fractions too...
24
by: knilges | last post by:
I am trying to build a Hello World program in C++. I am using the c++ or g++ complier in cygwin. My mangled code looks like this, #include <iostream> int main () { cout << "Hello World";...
1
by: dsantivanez | last post by:
Hello: I have a problem when i create a database: # mysqladmin -uroot -pclave create basedato mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user...
1
by: anushhprabu | last post by:
guys i'm new to vc++, i don't even know to create a application, but i'm good in C, and C++.. now i have to develop a simple window to get input from user.. with textbox and button.. can anyone...
3
by: nilesh soni | last post by:
hello ! to every one of you all ! i am begineeers to db2 . so i need assistance from you all to follow which documentation to enhanced my skills .i am currently using 8.2 version ....i need help
2
by: nimbalkar | last post by:
I am the begineer of the .net i know the c,c++,vb please send me notes for the begineer how to and where to write the programme .
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
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...

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.