Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~4K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

9 Posted Topics

Member Avatar for smarty_t2

I wrote a program in C# for my discrete mathematics class and it worked absolutely fine. My teacher asked me to submit the code in c++ so she can run it on her mac and so I created a new project and typed the code in. After changing everything required …

Member Avatar for ravenous
0
2K
Member Avatar for smarty_t2

Hi, I have a MDIParent and forms that i want to show as child. But because each individual child performs heavy tasks I want each child to have it's own thread. here's what I am trying to do... [CODE] void showStartPage() { Form1 p = new Form1(); p.MdiParent = this; …

Member Avatar for Momerath
0
290
Member Avatar for smarty_t2

Hi, I wrote a small application in c# using .NET framework 4.0 next, I used the deploy feature while publishing the application but when click on the install button in the deploy webpage i get an error. The details include this: "Your Web browser settings do not allow you to …

Member Avatar for smarty_t2
0
159
Member Avatar for smarty_t2

Hello everybody. I am running windows xp. I was just exploring everything inside gpedit.msc and found an interesting option there. It says something like " Prevent users from running applications " or run only specified applications or something like that. I enabled it and added only a few in its …

Member Avatar for SaintThomas
0
299
Member Avatar for smarty_t2

Hello, I am using turbo c++, dos one, and am making a program, but theres a problem... My program runs on an infinite loop and has a small delay in between...It takes user's keystrokes at the start of loop like this, [CODE]int in; while(1) { if(kbhit()) in=getch(); . . delay(100); …

Member Avatar for VilePlecenta
0
774
Member Avatar for smarty_t2

Can someone please tell me the difference between Class and Structure in C++ ??? I cant find any..!! Thanks

Member Avatar for jonsca
0
106
Member Avatar for deorcar

[QUOTE=deorcar;1116918][a b] + [1 2 ] = [ a + 1 b + 2] [c d] [3 4 ] [c + 3 d + 4] but how would i code it? like this??? [CODE]float Matrix::Add(data ) { [1, 0, 0] + [1, 0, 0]; [0, 1, 0] + [0, 1, …

Member Avatar for smarty_t2
0
111
Member Avatar for smarty_t2

Is there a device that is connected through a pc and sends sms to cell phones in a particular range...My teacher has asked me to make a project on it and i cant find such device....Can someone help me with this problem....I want to know the details of any such …

Member Avatar for winiwa09
0
179
Member Avatar for smarty_t2

hello everyone i am new to daniweb but not new to this field.... I love programming and have made a few games on an older version of turbo c++ which is dos based and supports VGA mode with just 16 colours.....i couldnt learn much coz i didnt had internet connection …

0
65

The End.