473,508 Members | 2,136 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Please help a C++ noob,with C++ terms.

14 New Member
Hello and thank you for reading this.
I have just started to learn C++ from www.cprogramming.com,its a great site!
But i do not understand some of the terms.
I am using Dev-C++.
Can you tell me where to go to understand C++ terms? TY
When i said i was a noob i meant it.
This is the ONLY thing i have written:
#include <iostream>

using namespace std;

int main()
{
cout<<"Hello,And welcome to Vista Administrator!\n";
cin.get();
}
-------------------
So as you can see....i am a super uber noob. LOL TY for reading my calls for help.
Apr 2 '07 #1
5 2075
gpraghuram
1,275 Recognized Expert Top Contributor
HI,
Thinking in C++ by Bruce Eckel is good book, and electronic version of the book is freely available.
Refer to the book,

Thanks
Raghuram
Apr 2 '07 #2
Savage
1,764 Recognized Expert Top Contributor
Hello and thank you for reading this.
I have just started to learn C++ from www.cprogramming.com,its a great site!
But i do not understand some of the terms.
I am using Dev-C++.
Can you tell me where to go to understand C++ terms? TY
When i said i was a noob i meant it.
This is the ONLY thing i have written:
#include <iostream>

using namespace std;

int main()
{
cout<<"Hello,And welcome to Vista Administrator!\n";
cin.get();
}
-------------------
So as you can see....i am a super uber noob. LOL TY for reading my calls for help.
Try Wiki or this .


Savage
Apr 2 '07 #3
r035198x
13,262 MVP
Hello and thank you for reading this.
I have just started to learn C++ from www.cprogramming.com,its a great site!
But i do not understand some of the terms.
I am using Dev-C++.
Can you tell me where to go to understand C++ terms? TY
When i said i was a noob i meant it.
This is the ONLY thing i have written:
#include <iostream>

using namespace std;

int main()
{
cout<<"Hello,And welcome to Vista Administrator!\n";
cin.get();
}
-------------------
So as you can see....i am a super uber noob. LOL TY for reading my calls for help.
Naturally it would be easier if you tell us the terms you have problems with. If you are starting out you might want to have a look at the book,Thinking in C++
Apr 2 '07 #4
r035198x
13,262 MVP
HI,
Thinking in C++ by Bruce Eckel is good book, and electronic version of the book is freely available.
Refer to the book,

Thanks
Raghuram
Snap .
Apr 2 '07 #5
Hydrogenfussion
14 New Member
HI,
Thinking in C++ by Bruce Eckel is good book, and electronic version of the book is freely available.
Refer to the book,

Thanks
Raghuram

THANKS!
Ty for your help.
TY to EVERYONE who posted a comment.
Apr 2 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

4
1700
by: shumaker | last post by:
I'm wondering how/why this query works. Trying to get my head wrapped around SQL. Basically the Query deletes from the Import table all records that are already in FooStrings so that when I do an...
12
1664
by: you | last post by:
I may be just stupid, but I don't understand the point of using an Interface. I am going through a couple of books at the moment trying to teach myself a little vb.net. Just for the heck of...
13
1536
by: cgough | last post by:
My true programming language is C++. I am at best a VB6 hacker that is just getting into VB.NET. I have a quick question about when to new and when not to new. Consider the following 2 classes....
4
5344
by: joseph_mueller | last post by:
I have a BSTR something like this firstHalf.secondHalf I want to parse this string using the "." as the delimeter, so I will end up with two different BSTRs, one for the stuff before the "."...
5
2742
by: jason | last post by:
While I wait for my books to arrive.. anticipating the RTFM responses... I am trying to understand the C# code below. The code is suppose to be scraping stoke quote info off the MSN site. To help...
6
1586
by: jason | last post by:
I found the below example online, while trying to under Interfaces. In layman's terms, can somebody explain what the purpose of this line is: void SportCharacteristics(); //LOCATED IN THE...
3
1599
by: newatthis | last post by:
hi am new at c++ and am trying my best to learn but am having a little trouble understand one aspect that has been repeated in many text books all with very vague explanations. i am hoping someone...
7
1911
by: DJP | last post by:
Hi, I had sort of a noob question on memory allocation for strings. char *str1 = "Hello World!"; char str2 = "Hello World!"; In the above bit are both str1 & str2 stack allocated or heap...
62
2660
by: vubaboota | last post by:
I HAVE SOME SERIOUS PROBLEM , HOW TO MAKE A PROGRAM IN C Q1: Write a program using malloc function. In which you take input from user and allocate memory equal to square of this number. Which...
0
7225
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
7124
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...
0
7326
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,...
0
7385
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...
0
4707
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...
0
3195
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...
0
3182
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
766
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
418
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...

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.