This is a simple one... just the basic tut ...... any ideas.... that could help make this one better ...
badran 0 Newbie Poster
Recommended Answers
Jump to Post"C++ is a general-purpose, high-level programming language with low-level facilities. It is a statically-typed free-form multi-paradigm language supporting procedural programming, data abstraction, object-oriented programming, and generic programming. Since the 1990s, C++ has been one of the most popular commercial programming languages." (taken from wikipedia
For someone who knows nothing about …
Jump to PostI like the fomat of tutorials of this site, maybe this should help as a guideline for you.
Also just wanted to let you know that your site takes a bit too long to load. Maybe its jsut my computer or something but just wanted to …
Jump to PostOne writes a tutorial to teach others how to do something. If you don't know how to do it either you should not be writing a tutorial about it. Why don't you hold off writing the tutorial for a year or so until you have some experience under your belt. …
Jump to PostActually too many minor things, but I will point out some to you...
using namespace std;
This adds the standard library of C++ commandsVery crude and almost incorrect defination. Namespaces are basically used to resolve name collisions. You can look here for what it actually is.
…
All 13 Replies

iamthwee
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
badran 0 Newbie Poster

iamthwee
badran 0 Newbie Poster

iamthwee
badran 0 Newbie Poster
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
badran 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
John A 1,896 Vampirical Lurker Team Colleague
badran 0 Newbie Poster
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
John A commented: I like this post. --joeprogrammer +3
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.