Comment on Tutorial - Listing Files and Directories sample program in C By Daniel Malcolm
Comment Added by : Sebastiaan Jaarsma
Comment Added at : 2012-12-24 19:28:43
Comment on Tutorial : Listing Files and Directories sample program in C By Daniel Malcolm
Following line
if (strcmp(dp->name, ".") == 0
|| strcmp(dp->name, ".."))
should in fact be
if (strcmp(dp->name, ".") == 0
|| strcmp(dp->name, "..") == 0)
besides that nice C reference page.
Kind regards,
Sebastiaan Jaarsma
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
Subscribe to Tutorials
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 run this program. its not showing any runtime or
View Tutorial By: anand sp at 2011-03-07 10:11:37
2. Dear any buddy i use Nokia N73 and connect with Bl
View Tutorial By: zstranger at 2012-03-29 07:43:12
3. The logo is a cup of coffee. Java is an island in
View Tutorial By: kamal goduguluri at 2012-05-30 15:34:21
4. sir i need some simple example of jdbc i cannot un
View Tutorial By: Velkumar.s at 2013-05-15 07:08:37
5. Guys can you send me complete program for recievei
View Tutorial By: KEVIN at 2011-06-10 21:52:04
6. Great!!!!!!!!!!!!!!!!!!!!
View Tutorial By: Raghbendra Nayak at 2012-03-28 12:54:35
7. Hi you will run this program just as you run any o
View Tutorial By: Steven at 2008-10-14 09:03:28
8. Very good. very clear. thank you
View Tutorial By: Andrei at 2012-12-16 04:29:36
9. Excellent Example...... To understand the concept
View Tutorial By: SUNNY at 2009-02-24 23:41:04
10. The example shown in this article uses 8-bit opera
View Tutorial By: wisnu at 2012-10-04 05:11:51