Comment on Tutorial - qsort() sample program in C++ By Norman Chap
Comment Added by : paercebal
Comment Added at : 2008-08-13 05:06:45
Comment on Tutorial : qsort() sample program in C++ By Norman Chap
DO NOT USE QSORT IN A C++ CODE.
If this is a tutorial on C++, then try std::sort in the <algorithm> library:
http://www.cplusplus.com/reference/algorithm/sort.html
And include <iostream> instead of the obsolete <iostream.h>.
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. I have download that 5 files .But how to run this
View Tutorial By: Unnati at 2011-07-07 06:07:26
2. Thank You So Much . .. .. .
Very Nice Expl
View Tutorial By: salman at 2012-07-05 13:22:11
3. This is very useful for beginners.
I want f
View Tutorial By: shankar at 2013-02-04 13:28:16
4. can i use comma operator in simbolic constant in c
View Tutorial By: Madheswaran at 2011-12-05 18:44:22
5. please send me Java programs
View Tutorial By: Jayita at 2009-11-06 08:19:59
6. very helpful to me.thanks.very very useful to me.
View Tutorial By: viji at 2007-12-21 03:17:14
7. Can anybody tell.... what if condition is doing in
View Tutorial By: Randhir Sambyal at 2013-08-26 06:37:25
8. Wow, Problem resolved ....
View Tutorial By: Muhammad Farrukh at 2011-08-29 21:02:09
9. @3
argc simply means the argument count.
View Tutorial By: CDub at 2010-02-22 09:32:54
10. i got error like this java.lang.RuntimeException:
View Tutorial By: Saliya at 2014-08-22 10:12:16