Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~4K People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for djbsabkcb

Below is my code for printing prime numbers up to a given input by user. However, my calculations are not working correctly and my output is printing twice. Any idea? :sad: #include <iostream> #include <cmath> using namespace std; void prime_num(int); int main() { cout << " Enter a number and …

Member Avatar for duskoKoscica
-2
2K
Member Avatar for inoxmum

I want to retrieve a image stored in MS Access database as an OLE object. while using a OledbDatareader and getValue method, its returning me a byte array. how can i use this array to display my picture as it is in a picturebox on a form. private void pictureBox1_Click(object …

Member Avatar for Ramy Mahrous
0
2K
Member Avatar for inoxmum

PLease help me with this? [B]SCENARIO:[/B] I have developed an application with [LIST] [*]>2 custom dlls , [*]>a .mdb file, and [*]>my exe file. [/LIST] Using C# and VIsual Studio 2005. The application requires .NET Framework 2.0 to run. The application runs fine when all files are kept in the …

Member Avatar for LizR
0
94
Member Avatar for inoxmum

Can someone plz help me with this. Its urgent. [B]Scenario:[/B] I have developed my application using C# and .NET class libraries. My application consists of two custom dlls and a .mdb file. Total four files including an exe file. These all work fine when run on a local machine. But …

Member Avatar for nvmobius
0
133