-1
votes
0answers
12 views

String^ manipulation involving .txt file in visual c++ 2010 [migrated]

I have a windows form SearchById and i have a class UserRecord(for storing credentials such as name,etc of users)(having instance obj) defined in UserRecord.h . Now , when I click on Done button on ...
-2
votes
1answer
163 views

Passing data between two windows forms using visual c++ 2010 [closed]

So, i have a simple forms application : i have a form 1 (Form1.h) and a second form (Form2.h). Form1 consists of a simple Add User button(which at this stage does nothing but opens the form2 and ...
4
votes
2answers
236 views

Can a Code Review help in learning the code-flow and/or technology of a large code-base?

I'm new to VC++, and so am not very familiar with COM, ActiveX, IDL etc. When I mentioned this to my tech-lead, he assigned me the task of doing the code review of files he felt were important, in ...