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
Ranked #72.9K
~401 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for saransh60

#include <iostream.h> #include <fstream.h>/* * Input using cin*/ int main () {char myline[256]; int lc = 0; ofstream outfile("demo.txt",ios::app); ifstream infile("stdcodes.xyz"); if (! infile) {cerr << "Failed to open input file\n"; exit(1); } --------------------------------------------------------------------------------------- Want to get-on Google's first page and loads of traffic to your website? Hire a SEO …

Member Avatar for Ancient Dragon
0
172
Member Avatar for xheavenlyx

C++ (pronounced see plus plus) is a programming language. It was started in 1979 at Bell Labs as an enhancement to the C programming language.C++ is also used for hardware design... ----------------------------------------------------------------------------------- Want to get-on Google's first page and loads of traffic to your website? Hire a SEO Specialist from …

Member Avatar for stevephillips
0
229

The End.