|
Hi,
I don't mean the underline char accelerators but the keyboard shortcuts ie Ctrl-F1 that are loaded with LoadAccel(). I already read the article you pointed to me, but does not fit in my case.
Regards,
sdancer75
|
|
|
|
|
Can any body help me with C code to solve these two problems since i am not so familiar with C language..Thank you very much.
1.f(N) be the number of points with integer coordinates that are on a circle passing through (0,0), (N,0),(0,N), and (N,N). Figure out f(10000)=? Print out these points.
2.The number 145 is called a curious number,as 1! + 4! + 5! = 1 + 24 + 120 = 145. Find all curious numbers blow 10000 which are equal to the sum of the factorial of their digits. Print out them.
|
|
|
|
|
1. Nobody is going to do your homework for you.
2. Lack of planning on your part does not constitute urgency on our part.
3. Try to do it yourself, and when you get stuck ask a specific question and we'd be glad to help.
The difficult we do right away...
...the impossible takes slightly longer.
|
|
|
|
|
I would like to create a treecontrol to view all the .txt files on my computer.
|
|
|
|
|
|
|
Okay, and your specific question is what?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
|
Look at the links I gave you.
|
|
|
|
|
Start here.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
|
Hi.
I am trying to make some reusable GUI components for several desktop application projects. These projects are all Windows (Win7), Visual Studio, C++ based. What do you think would be the best way to approach this problem?
Right now i was thinking about one of these 2 ideas:
- MFC ActiveX Control.
- MFC extension Dll.
So far ActiveX has the benefit of being able to be integrated directly in the VS resource editor and this would make the integration easier.
On the other hand, ActiveX would allow only 1 GUI component per .OCX (am i wrong here? is it possible to incorporate more that 1 control in an .OCX file?) and this would mean that i would have to distribute a lot of .OCX files and it would just not look right.
Can you tell me if ActiveX is still considered a "modern" way of doing things? I wouldn't want to use something that is about to be deprecated.
Thanks.
|
|
|
|
|
|
RefuseResist13 wrote: is it possible to incorporate more that 1 control in an .OCX file? Yes.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
Can some one help me with a travel salesmen problem code in c or c++ , Is urgent. Thanks
|
|
|
|
|
It is not urgent, and no one is going to do your work for you.
|
|
|
|
|
hey , be kind, am here to learn.
|
|
|
|
|
Its not looking like you are here to learn.
This forum is to help you if you have any issues in the code which you have tried.
And for your information, everybody here in this forum is always kind, they are here to share their knowledge.
|
|
|
|
|
Then learn how to ask a question properly, as pointed out in your duplicate of this question below.
|
|
|
|
|
What exactly are you learning if someone does the work for you? Hint: starts with not, ends with hing.
I would suggest changing your course of study. CompSci is obviously not in the cards for you.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
|
|
|
|
|
give it a try yourself and then if you have problem(s) post your code with a description of the error.
Then someone will probably help.
In general, the CodeProject members will help you, but they won't write programs for you. You will learn more this way.
modified 16-Dec-14 18:07pm.
|
|
|
|
|
No, no one will write all the code for you. However, we would happily help you if you showed us where you were stuck.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
Can some one help me with a travel salesmen problem code in c or c++ , Is urgent. Thanks
|
|
|
|
|
See here[^].
"the debugger doesn't tell me anything because this code compiles just fine" - random QA comment
"Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst
|
|
|
|
|
Need someone that can write and paste the code here , using Hamiltonian path , all i need to find is the shortest distance of the Hamiltonian path
|
|
|
|