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
~382 People Reached
Favorite Forums
Favorite Tags
c++ x 10
Member Avatar for M^2

hellooo..... i wrote this code.. which is a part of a bigger code... i have done this using structs.. now i have to do it with class but i dont know much about classes need help urgently..... :( [code=cplusplus] #include<iostream> #include<fstream> using namespace std; class cell { bool visited; cell …

Member Avatar for Lerner
0
89
Member Avatar for M^2

suppose the input file is... 5(number of cells) 1 2 -1 4 0 2 3 4 1 0 3 -1 2 -1 3 1 2 0 1 -1 how will i Write a function to read data from an input file to create a dynamic array of pointers to cells, …

Member Avatar for M^2
0
104
Member Avatar for M^2

heloo can anyone plz tell me how use functions like power and setw.... in programmes... thanku

Member Avatar for davids2004
0
123
Member Avatar for M^2

helooo am new to C++ hope i will find some help here :) well the question is if the i ask the user to input an integer like int a; cin>>a; and if user inputs 2345 and the output i require is 2 3 4 5 how will i do …

Member Avatar for vmanes
0
66