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 could not understand, anyone having an easier ex
View Tutorial By: aatish at 2011-09-14 09:52:28
2. hi, ashray p shetty
can you please tell me
View Tutorial By: amrish at 2010-12-12 07:30:49
3. I have mobile connecting to pc 3 options come com
View Tutorial By: Sumit Sharma at 2012-04-13 16:32:15
4. The example is good but there is an easy to iterat
View Tutorial By: manish at 2013-03-24 16:21:03
5. Hi everybody.i m new to java.dont know how to deve
View Tutorial By: saranya at 2011-01-31 22:40:17
6. i want simple program of function used in recursio
View Tutorial By: manish at 2009-05-19 01:03:19
7. this code runs permanently!!! created by diko(Turk
View Tutorial By: ali at 2013-08-12 07:56:01
8. hi guys,
i want some
View Tutorial By: THANGA at 2012-03-19 15:24:38
9. in this matter i get also this exception :
View Tutorial By: oded at 2008-09-28 05:41:35
10. This tutorial is really Good and enhance my desire
View Tutorial By: Yasin at 2011-07-09 10:04:57