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
~467 People Reached
Favorite Forums
Favorite Tags
Member Avatar for rakeshk_87

Hi In my Project,Struts actions uses services where services are all interfaces. However i do not have the implementation of the services developed yet. From googling i understood that mocking would be a good idea, but mocking is only done in unit testing. I want to use these actions in …

0
51
Member Avatar for rakeshk_87

Hi I am writing a c++ program to implement a symbol table. I am trying to view the symbol table which the gcc or any other compiler uses before i get started...how do i do that ???

Member Avatar for Fbody
0
67
Member Avatar for rakeshk_87

Hello I am new to C++ programming and i am trying to write a c++ class for a calculator. I am having trouble with my get_token function where i'm trying to read one character at a time and if the character represents a number , it should convert it into …

Member Avatar for rakeshk_87
0
220
Member Avatar for rakeshk_87

Hi i have a calculator progran which is shown below...i need to make this into a class calculator....i need some ideas to get started....like what should be the member functions, private data members etc..... [CODE]#include <iostream> #include <string> #include <map> #include <cctype> using namespace std; double number_value; string string_value; int …

Member Avatar for rakeshk_87
0
129