473,811 Members | 2,851 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Not even a newbee. Good at school course. please advise good start

Hi guyz,

I rencenly finished by college book on c++. I have done data
structures & operating systems as well. I thought that at this point i
know C++ completely. However when I go on internet and look for source
codes of C++. They have all these wierd LPCSTR unsigned signed dword
and all that lingo that i never studied in my college course. and it
makes me feel very weak in C++, even though i can write any project in
my c++ book very easily and fast. Can somebody tell me where is a good
start to learn this professional lingo of c++. Are there are good
microsoft tutorials? Are there some easy tutorials on network or
windows programming available?

Please give me some advice.

Thanks.
Jul 19 '05 #1
8 1896
"sikka noel" <ss****@yahoo.c om> wrote...
I rencenly finished by college book on c++. I have done data
structures & operating systems as well. I thought that at this point i
know C++ completely. However when I go on internet and look for source
codes of C++. They have all these wierd LPCSTR unsigned signed dword
and all that lingo that i never studied in my college course. and it
makes me feel very weak in C++, even though i can write any project in
my c++ book very easily and fast. Can somebody tell me where is a good
start to learn this professional lingo of c++. Are there are good
microsoft tutorials? Are there some easy tutorials on network or
windows programming available?


Please begin by asking in the right newsgroup. This is not it.
You need comp.os.ms-windows.program mer or any appropriate one from
the msnews.microsof t.com server. Good luck!

Victor

P.S. LPCSTR is not "profession al lingo of c++".
Jul 19 '05 #2
SN> Are there are good microsoft tutorials? Are there
SN> some easy tutorials on network or windows
SN> programming available?

You will have a wonderful time if you
descend into the tutorial on Windows
programming 'in the raw', using classes
and templates to very quickly abstract
away the Windows-internals, that starts on

http://www.relisoft.com/Win32/index.htm

If you can afford it buy 'Programming Windows
95' by Charles Petzold, very famous. Just today
I downloaded the examples from the book from

ftp://ftp.charlespetzold.com/ProgWin95/

using drag-and-drop :-)

-X
Jul 19 '05 #3
"Victor Bazarov" <v.********@att Abi.com> wrote in message news:<vi******* *****@corp.supe rnews.com>...

Please begin by asking in the right newsgroup. This is not it.
You need comp.os.ms-windows.program mer or any appropriate one from
the msnews.microsof t.com server. Good luck! jeez, i didn't know that. there we go you have taught something if not
cpp. i expected i could ask about anything related to cpp in
comp.lang."c++" . windows programming was one of examples. and i
thought that i could find the good people to reach here.

-s

Victor

P.S. LPCSTR is not "profession al lingo of c++".

Jul 19 '05 #4
"sikka noel" <ss****@yahoo.c om> wrote...
[...] i expected i could ask about anything related to cpp in
comp.lang."c++" . windows programming was one of examples. and i
thought that i could find the good people to reach here.


Are you the same troll that comes here every now and then to
complain about inability to get any answers to questions that
are off-topic? If so, say it and I'll place your address in
my killfile. If not, start _listening_ to what people tell
you and your life will suddenly get better. This is a C++
_language_ newsgroup. Windows programming in _not_ part of
C++ language. That's why there are different newsgroups to
ask questions about Windows programming regardless of what
language you use. Is that something you comprehend?
Jul 19 '05 #5
sikka noel wrote:
i expected i could ask about anything related to cpp in comp.lang."c++" .


You can ask.
But that doesn't mean that this is the best place to get answers.
Victor's advice is sound and you would do well to follow it.

Jul 19 '05 #6
sikka noel>jeez, i didn't know that

Didn't you recieve my post?

Very good Windows/C++ tutorial on
http://www.relisoft.com/Win32/index.htm

Source code of Petzold book
ftp://ftp.charlespetzold.com/ProgWin95/

For a picture of Charles Petzold showing his Windows tattoo
http://charlespetzold.com/bio/index.html

You wouldn't be trolling around here if you had
followed the first link.
-X

Jul 19 '05 #7

"Tobias Langner" <to************ @t-online.de> wrote in message
news:bg******** *****@news.t-online.com...
P.S. LPCSTR is not "profession al lingo of c++".
LPCSTR is actually a naming convention that MS uses for the win-api. I

think it stands for: Long Pointer to C-STRing


Long Pointer to Const STRing, actually. The C-ness is taken for granted and
the long is about 10 years obsolete.

john
Jul 19 '05 #8
sikka noel <ss****@yahoo.c om> wrote in message
news:8b******** *************** **@posting.goog le.com...
"Victor Bazarov" <v.********@att Abi.com> wrote in message news:<vi******* *****@corp.supe rnews.com>...

Please begin by asking in the right newsgroup. This is not it.
You need comp.os.ms-windows.program mer or any appropriate one from
the msnews.microsof t.com server. Good luck! jeez, i didn't know that. there we go you have taught something if not
cpp. i expected i could ask about anything related to cpp in
comp.lang."c++" . windows programming was one of examples.


"Windows programming" is in no way related to C++.

and i
thought that i could find the good people to reach here.


Many good people hang out here, but they only discuss
ISO standard C++, the topic of this newsgroup.

-Mike

Jul 19 '05 #9

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

Similar topics

5
2295
by: Adrian | last post by:
I am currently trying to do my final piece of coursework for my ICT A-level, Fo r the course work we have to make a web based database or something releated. I have chosen to do a site whjere people can order products. Our teacher has told us that we need to use Mysql and PHP. I also want to use a login. I want the site to work like: When the user isnt logged in they cant make any orders but when they are the can then proceed further on...
75
6206
by: Howard Nease | last post by:
Hello, everyone. I would appreciate any advice that someone could give me on my future career path. Here is my situation: I am a bright Junior in a very well-respected private high school, taking almost all AP and accelerated classes. I am HIGHLY interested in technology, more specifically the field of Computer Science and software engineering. I have heard a whole lot about the fact that the market for software engineers nowadays is...
0
1746
by: Rare Book School | last post by:
RARE BOOK SCHOOL 2005 Rare Book School is pleased to announce its schedule of courses for 2005, including sessions at the University of Virginia, the Walters Art Museum/Johns Hopkins University in Baltimore, and the Freer/Sackler Galleries in Washington, DC. Please visit our web site for a complete brochure, expanded course descriptions, and application forms: <www.rarebookschool.org>
1
2586
by: Volkan Arslan | last post by:
------------------------------------------------------------- LASER Summer School on Software Engineering Practical Techniques of Software Quality Elba, Italy September 12 - 18, 2004 http://se.inf.ethz.ch/laser -------------------------------------------------------------
26
2263
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.
0
1954
by: Volkan Arslan | last post by:
------------------------------------------------------------- LASER Summer School on Software Engineering Software engineering for concurrent and real-time systems Elba, Italy September 11 - 17, 2005 http://se.inf.ethz.ch/laser -------------------------------------------------------------
7
1815
by: Mike | last post by:
So, I've been trying to do "MyFirstVBWebApp" and I am hitting numerous roadblocks. After much google'ing, here is what I have done (XP Pro SP1, IIS 5.1) 1. Uninstalled IIS 2. renamed the existing inetpub directory 3. Started the Distributed Transaction Coordinator 4. Reinstall IIS 5. regsvr32 (v1.1.4322)\aspnet_isapi.dll 6. (v1.1.4322)\aspnet_regiis -i
19
15700
by: Ron | last post by:
Hello, I want to write some code to determine if a number entered in a textbox txtnumber is odd or even. How do I do this? Then if even I want to add 3 to that number and multiply by 4 Or if odd I want to add 2 to that number and multiply by 5 thanks for any help.
2
1730
by: Rene | last post by:
Hello to all! I am a newbee to C++, I did a beginners' course, and now I am stuck with a strange problem. I have written the function that is pasted downwards. The peculiar thing is that when I sent the function the value "0", the .lst file is created properly (the vector I am using/saving is made up of structs of one AnsiString (using BCB) called "naam" and one int called "nummer", I guess You'll get what they mean in English ;-))....
0
9722
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
10644
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
10379
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...
0
10124
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
9200
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
6882
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5550
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...
2
3863
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3015
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.