Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
c++ x 4
Member Avatar for metaface

Hello all, My question is about grep as a command line program... How can I tell grep to only search inside files that end in ".php"? The command that I am using now is: grep -r "some_string" some_directory Thanks! -Dave

Member Avatar for sethwb
0
1K
Member Avatar for sethwb

Hello, I am a student and I'm having trouble figuring out why my if statement won't evaluate. I'm not getting any error in my compiler - I'm using Dev-C++ 4.9.9.2 The if statement in question is on line #160 in the code below (full code). You will need the students.txt …

Member Avatar for PathikRaval
0
287
Member Avatar for sethwb

Hi I'm learning C++ on my own here and am experiencing a problem with an introductory program I've created. My book provided me with a bit of code near the end to prevent my program from closing on me immediately, however it is closing on me as soon as I …

Member Avatar for Narue
0
210