Login
Search   Moderators Wanted: If you're interested please send your portfolio to info[at]itechforums.com
Welcome to the iTechForums.
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
To register now click here.
Latest Threads
Advertisements
Forum Statistics
Threads:
Posts: 2
Members:
Number of Users Online:
Welcome to our newest member,
Reply
 
Thread Tools Display Modes
  #1  
Old 09-25-2009, 11:58 AM
abey abey is offline
Junior Member
 
Join Date: Sep 2009
Posts: 2
Default

Please help me to do this C language program?


Please help me to do this C language program?

C language Problem statement :
Write a program to count the total number of comment lines in a program.
Comments are indicating by // or /* */
please write the program !!!!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2  
Old 09-25-2009, 11:59 AM
panjshir L panjshir L is offline
Junior Member
 
Join Date: Sep 2009
Posts: 1
Default

This is close, just modify to look at each line for // or /*
#include iostream
#include fstream
#include string
#include vector
using namespace std ;

int main()
{
ifstream file( __FILE__ ) ;
string line ;
vectorstring lines ;
while( getline( file, line ) ) lines.push_back( line ) ;
cout #lines: lines.size() '\n' ;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Anyone can help me to make a C language program? Lynda L C, C++ 1 03-26-2010 03:51 PM
Do you know How to program ATMEGA16 using c language? Ashish C, C++ 0 09-25-2009 11:48 AM
I want an algorithm to do this program in java language.? Masker n Reveller Software Design & Algorithms 0 06-23-2009 02:37 PM
can u plz help me to write a program in any language c#, c++ vb.net to describe Real boy .Net (ASP.Net, VB.Net, C#) 1 05-18-2009 05:33 PM
What software do I need to program with Java? I know the language....? Micheli C Java, Java Servlets & JSP 0 09-06-2008 07:48 PM

Your Ad Here

All times are GMT. The time now is 03:29 AM.