Exforsys

Online Training

Counting paragraphs

This is a discussion on Counting paragraphs within the C and C++ forums, part of the Programming Talk category; I need to implement a function to count the number of paragraphs in a file. Can anybody help me please, ...


Go Back   Exforsys > Programming Talk > C and C++

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 12-17-2007, 09:49 AM
Junior Member
 
Join Date: Dec 2007
Posts: 2
scottdeedee is on a distinguished road
Counting paragraphs

I need to implement a function to count the number of paragraphs in a file. Can anybody help me please, because I cannot figure out how?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-09-2008, 10:02 AM
tprabhuit's Avatar
Junior Member
 
Join Date: Dec 2007
Location: Coimbatore
Posts: 16
tprabhuit is on a distinguished road
Send a message via Yahoo to tprabhuit
Hi,

Read the file character-wise and count for the existsence of "\n".

The total no. of "\n" is the no. of paragraphs.

Regards,
Prabhu.T
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-09-2008, 11:11 AM
Junior Member
 
Join Date: Dec 2007
Posts: 2
scottdeedee is on a distinguished road
Hi tprabhuit,

Thanks for the reply. I figured out how to count the number of paragraphs. What I had to do was, as you said count the number of \n but not only. If you count the number of \n it will give you the number of lines not the number of paragraphs. You have to search for \n\n together not only \n
Once again 10x for the reply
Andrew
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new questions
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
I need help in Counting the Records - Oracle9i Form Developer meLady Oracle Tutorials 3 10-01-2007 04:19 AM
counting directories hat123 C and C++ 0 06-25-2006 04:30 PM


All times are GMT -4. The time now is 05:34 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.