473,473 Members | 1,817 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

tutorials for c language

3 New Member
what is meant by pseudocode?
Jun 28 '07 #1
3 1237
gokul20
3 New Member
Respected sir ,

what meant by pseudocode in c++ language?
Jun 28 '07 #2
r035198x
13,262 MVP
Respected sir ,

what meant by pseudocode in c++ language?
Please don't double post.
Pseudocode is not written in any language. It is similar to code but does not follow strict syntax rules of any language so that it can be changed to any language easily.
Jun 28 '07 #3
archonmagnus
113 New Member
It is basically a way to formulate the logic of a code without using syntax. For instance:

Expand|Select|Wrap|Line Numbers
  1. loop n from 0 through 10
  2.     output 2^n
  3. end loop
  4.  
could be written as:

Expand|Select|Wrap|Line Numbers
  1. for (n = 0; n <= 10; n++)
  2. {
  3.     cout<<"2^"<<n<<" = "<<(1 << n)<<endl;
  4. }
  5.  
Both convey the same logic, but the latter does so with C++ syntax.
Jun 28 '07 #4

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

Similar topics

1
Ganon11
by: Ganon11 | last post by:
When I go to the Tutorials tab in the page header, it shows me a list of the latest tutorials - I assume the last tutorial added in each subsection. Is there a way to get to the full list of...
0
acoder
by: acoder | last post by:
This page will link to a number of tutorials. Coldfusion Language Coldfusion Variables Using Coldfusion Variables Coldfusion Image Gallery How to upload a file in Coldfusion Watch this...
7
acoder
by: acoder | last post by:
This page will link to a number of tutorials. Coldfusion Language Coldfusion Variables Using Coldfusion Variables Coldfusion Image Gallery How to upload a file in Coldfusion How to send...
13
iam_clint
by: iam_clint | last post by:
Starting a thread for flash tutorials and such.. got a good link? pm me. http://www.kirupa.com http://www.actionscript.org/resourc...ries/Tutorials/ http://www.gotoandlearn.com ...
4
by: Sky High | last post by:
hi.. can somebody please suggest a good website that offers me tutorials in Perl language (with clear explanations and examples right from the very basics)..
5
by: pereges | last post by:
i am a begginer and i am looking for some good tutorials/ebooks on C+ +. How is herbert schildt's book btw ? I glimpsed over his C book and found that it was full of errors.
9
Nepomuk
by: Nepomuk | last post by:
Hi everybody! For a private project I'm doing at the moment, I need to learn pure C. I've been learning C++ for a while, but just leaving away the parts of the language, that I know belong to C++...
2
by: Vneha | last post by:
Q:- What is the difference between Sun Java tutorials and Java Language specification? Q:- What if i start studying Java Language Specification and leave the tutorials because i have seen that...
0
by: Douglas Napoleone | last post by:
We should get an announcement out on the blog: http://pycon.blogspot.com/ and note that the deadline is approaching for both talks and tutorials. For some reason blogger does not like my...
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...
0
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,...
1
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...
0
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...
0
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,...
0
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
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
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.