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
~214 People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for artikapri

Any forward error correction (FEC) implementation in C++? i need it for my project. i converted character into ascii value then converting them into binary values.now i need to append error correcting bits. i m doing my project in vc++. following is part of my code: [CODE]array< array< int >^ …

Member Avatar for vijayan121
0
123
Member Avatar for artikapri

I wanted to know if there is a function in visual studio C++ 2005, that is called on if your mouse hovers over something, and how to use it?

Member Avatar for Ancient Dragon
0
42
Member Avatar for artikapri

i hav 2 forms Form1 n Form2 in visual studio c++ 2005.i called form2 from the form1 thru a button which is in form1. Using the following code form2 opens but form1 is still visible behind form2. [code]Form2().ShowDialog(); Form2().Activate(); Form1().Close();[/code] i want only form2 to be visible .how can i …

Member Avatar for jephthah
0
48