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
~326 People Reached
Favorite Tags
Member Avatar for nichya88

Today I've learned some concepts about Pointer in C++ and I have a confusion in this code snippet and its result. Source Code: [code] // Pointer array #include <iostream> using namespace std; void main () { char * say = "Hello"; // cout << "say = " << say << …

Member Avatar for nichya88
0
137
Member Avatar for nichya88

Hi everyone, I'm an absolute newbie in C++, please help me to solve this problem. This problem is something related to the [I][B]getline[/B][/I] method. I write a program to ask for user's age and name. Just for demonstrating some IO operations. [CODE] /*IO Example*/ #include <iostream> #include <string> using namespace …

Member Avatar for nichya88
0
144
Member Avatar for nichya88

Multiview framework (D. Avison) gives us some guidelines to analyze and build Information System. I want to know if anyone successfully work with it, or even use its approach for managing IT projects? Do you feel it really good? Recommend other better approaches if you know. Thank for any idea.

Member Avatar for nichya88
0
45