- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
9 Posted Topics
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 …
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; …
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 …
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 …
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); …
Can someone please tell me the difference between Class and Structure in C++ ??? I cant find any..!! Thanks
[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, …
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 …
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 …
The End.
smarty_t2