I wanted you people's point of view on this project I made in C++ sometime back...I would be glad to recieve comments from anyone and everyone...Pls do check it out...So that I can know the quality of my project
ankit_the_hawk 0 Light Poster
Recommended Answers
Jump to PostIt's just an exe. I'm happy to review your code, but I'm cautious when it comes to programs I can't be sure about.
Please don't take this the wrong way. It's not that I don't trust you, it's just that I don't trust anybody. ;)
Yup, Post the code
Jump to PostLet me give you some constructive criticism.
1. Ditch turbo c if you are serious about c++, because you are so far away from actual c++ it is untrue.
2. Ditch all those crappy functions like goto(x,y) and clrscn because it makes your code unportable. In other words …
Jump to Postmost programmers frown on using system function for anything but quick-and-dirty little programs that you intend to give to no one. There are almost always C or C++ functions, possibly os api functions, that will do the same thing, often with a little more coding.
Jump to PostReally? I was getting fond of system functions. What do u mean by OS api functions? Can u give me an example. Like for Dev C++, i m using the system("cls") command for clearing the console, what shud i use to replace that?
Lets say you want a list of …
Jump to PostThrow the monitor out the window
Never (yet) done that, but I've thrown a keyboard against the wall.
Advantage is that it prevents incorrect user input.
All 19 Replies
Ravalon 62 Posting Whiz in Training

iamthwee
John A 1,896 Vampirical Lurker Team Colleague
ankit_the_hawk 0 Light Poster

iamthwee
ankit_the_hawk 0 Light Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
ankit_the_hawk 0 Light Poster

iamthwee
ankit_the_hawk 0 Light Poster

iamthwee
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
ankit_the_hawk 0 Light Poster
John A 1,896 Vampirical Lurker Team Colleague
jwenting 1,905 duckman Team Colleague
ankit_the_hawk 0 Light Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
ankit_the_hawk 0 Light Poster
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.