473,668 Members | 2,308 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

missing ';' what does this mean?

I am a complete noob, what book would be the best for complete begginers, u
know the ones that could teach a a retarted neborn monkey to program C++ thats
the kind of thing im looking for alotr of these books throw alot of shit at ya.
preferably a book for Ms Visual C++ 6 THX
Jul 19 '05 #1
5 2477
SimpSity wrote:
I am a complete noob, what book would be the best for complete begginers, u
know the ones that could teach a a retarted neborn monkey to program C++ thats
the kind of thing im looking for alotr of these books throw alot of shit at ya.
preferably a book for Ms Visual C++ 6 THX


http://www.parashift.com/c++-faq-lit...learn-cpp.html
http://www.accu.org/bookreviews/public/index.htm

And please write decent English.

--
Dirk

(PGP keyID: 0x448BC5DD - http://www.gnupg.org - http://www.pgp.com)

..oO° [Intentionally left blank to annoy you] °Oo.

Jul 19 '05 #2

"SimpSity" <si******@aol.c om> wrote in message
news:20******** *************** ****@mb-m04.aol.com...
alotr of these books throw alot of shit at ya.


Kind of like compilers and their wacky "missing ;" messages? Check out the
sites recommended, but at the same time ask if C++ is the language for you,
or whether an attitude adjustment is required.
Jul 19 '05 #3
"SimpSity" <si******@aol.c om> wrote in message
news:20******** *************** ****@mb-m04.aol.com...
I am a complete noob, what book would be the best for complete begginers, u know the ones that could teach a a retarted neborn monkey to program C++ thats the kind of thing im looking for alotr of these books throw alot of shit at ya. preferably a book for Ms Visual C++ 6 THX


Even though you never asked it in the body, a missing ';' means exactly
that, you're missing a semicolon.

--
#include <iostream>

int main()
{
return 0 // Wrong, missing ;
}

--
#include <iostream>

int main()
{
return 0; // Correct
}

Now onto the rest of what you said. That "shit" as you like to call it
happens to be the C++ language. If you don't like it, find something else
to keep your time occupied like reading up on proper Usenet etiquette.
Jul 19 '05 #4
SimpSity wrote:
I am a complete noob, what book would be the best for complete begginers, u
know the ones that could teach a a retarted neborn monkey to program C++ thats
the kind of thing im looking for alotr of these books throw alot of shit at ya.
preferably a book for Ms Visual C++ 6 THX


Don't. There's enough idiots pretending to be programmers already, and
it fills the newsgroups with chaff.

Jul 19 '05 #5
si******@aol.co m (SimpSity) writes:
I am a complete noob, what book would be the best for complete begginers, u
know the ones that could teach a a retarted neborn monkey to program C++ thats
the kind of thing im looking for alotr of these books throw alot of shit at ya.
preferably a book for Ms Visual C++ 6 THX


If you have programming experience in another language, I'd recommend
"Accelerate d C++" by Koenig&Moo.

If you are a complete newbie to programming itself, I'd recommend starting
with another programming language - e.g. Python or Ruby; C++ has a lot of
pitfalls for starters.

If you insist on starting with C++, check out www.accu.org - they've got
tons of book recommendations .

HTH & kind regards
frank

--
Frank Schmitt
4SC AG phone: +49 89 700763-0
e-mail: frankNO DOT SPAMschmitt AT 4sc DOT com
Jul 19 '05 #6

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

Similar topics

2
2839
by: Sonoman | last post by:
Hi all: I am getting a "missing storage class or idetifier" error and I do not understand what it means, therefore and I cannot figure it out. I am just starting a new project and I cannot get past this (may be very simple) error. My code is as follows: /////////////////////////array.h #ifndef array_h #define array_h
4
2027
by: Satish | last post by:
Hi Gurus, Please help me in this, I have tried all options available to me. (Option 1) I am making a simple request from VB.NET client to WBI generated WSDL and passing request parameters. The response I am expecting should have some accented characters (Customer Name: Lokalcenter Åbygård), but this gets truncated and response is as follows (Customer Name: Lokalcenter bygrd). The WSDL has utf-8 character set defined.
2
2121
by: jodyblau | last post by:
I have noticed that when I move my database onto a different computer, I often get a message about some reference missing. So I go into the reference list, and find the one that says "Missing," and I uncheck it. Everything appears to work fine after that, however, this raises two questions in my mind. 1. Does simply unchecking the missing reference cause me to lose any functionality? I haven't noticed any yet, but that doesn't mean...
2
498
by: inventor | last post by:
I'm doing programming for my science prodject, and when I was programming (I'm building an alphebatizer) I ran into this bug: I've got an input box, but no button or output box. so I do some reaserch, insert a button, and when I open it up, instead of the button being added, I lost the input box. Can ANYONE PLEASE HELP ME!!!!!!!!!!!!! I've included a copy of my code as it is: <HTML> <HEAD> Riehl's Alphebatizer <SCRIPT...
4
25503
by: Mahesh BS | last post by:
Hello, I need to write a query to find out a set of missing number in a given sequence. Eg : a Column in some table has the following data
1
1624
by: c8tz | last post by:
Hi, I have a palms table that stores palm census for each and every palm for a block on every trial. Every trial has a set number of blocks and set number of palms. Each of the palms has a palm census done every year to check its status. The problem firstly is that for data entry: Entry is done such that the trial, plot is entered, and also palm number and the status. Sometimes not all the palms are being entered, so there are a few
3
1606
by: =?Utf-8?B?cm9kY2hhcg==?= | last post by:
hey all, i noticed if i use the missing schema to fill a datatablecollection the table names are generic (Table, Table1, Table2) is there anyway to change that? i tried on the sql side to use an alias for the table name but i don't think that work when i tried to debug. thanks, rodchar
17
1735
by: Christoph Zwerschke | last post by:
I'm just reading PEP 3107 (function annotations) and wonder why exceptions are not mentioned there. I think it would be helpful if one could specify which exceptions can be raised by a function, similarly to how it is possible in C++ using the "throw" clause. The syntax would be something like this: def foo(a: expr, b: expr = 5) raises expr -expr: The expr in that "raises" clause should be a list of Exceptions.
7
2818
by: =?Utf-8?B?QU9UWCBTYW4gQW50b25pbw==?= | last post by:
Hi, I have been using the code (some of it has been removed for simplicity) below to allow authenticated (using ASP.NET membership database) users to get a file from their archive area. It seems to work fine, however I noticed that no web log entry is added when a successful download occurs (normally a 200 HTTP status code, however, if there is an authorization failure, it gets logged). I have a logging routine that logs a successful...
0
8459
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
8374
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8575
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
8653
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7398
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
4202
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
4373
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2018
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1783
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.