Click here to Skip to main content
15,896,118 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMulti touch - Limit CView boudaries when panning Pin
Dansveen21-Jul-12 13:02
Dansveen21-Jul-12 13:02 
AnswerRe: Multi touch - Limit CView boudaries when panning Pin
Richard MacCutchan22-Jul-12 0:13
mveRichard MacCutchan22-Jul-12 0:13 
GeneralRe: Multi touch - Limit CView boudaries when panning Pin
Dansveen22-Jul-12 4:33
Dansveen22-Jul-12 4:33 
GeneralRe: Multi touch - Limit CView boudaries when panning Pin
Richard MacCutchan22-Jul-12 5:33
mveRichard MacCutchan22-Jul-12 5:33 
Questionrtb Pin
byank20-Jul-12 23:01
byank20-Jul-12 23:01 
GeneralRe: rtb Pin
Richard MacCutchan21-Jul-12 1:21
mveRichard MacCutchan21-Jul-12 1:21 
Questiona c++ code implimenting a single linked list Pin
phineas kimathi20-Jul-12 2:54
phineas kimathi20-Jul-12 2:54 
AnswerRe: a c++ code implimenting a single linked list Pin
Richard MacCutchan20-Jul-12 2:57
mveRichard MacCutchan20-Jul-12 2:57 
GeneralRe: a c++ code implimenting a single linked list Pin
lewax0020-Jul-12 5:33
lewax0020-Jul-12 5:33 
GeneralRe: a c++ code implimenting a single linked list Pin
Richard MacCutchan20-Jul-12 6:09
mveRichard MacCutchan20-Jul-12 6:09 
AnswerRe: a c++ code implimenting a single linked list Pin
Wes Aday20-Jul-12 3:06
professionalWes Aday20-Jul-12 3:06 
AnswerRe: a c++ code implimenting a single linked list Pin
Chris Losinger20-Jul-12 6:24
professionalChris Losinger20-Jul-12 6:24 
AnswerRe: a c++ code implimenting a single linked list Pin
jschell20-Jul-12 7:10
jschell20-Jul-12 7:10 
AnswerRe: a c++ code implimenting a single linked list Pin
Sunil P V20-Jul-12 20:30
Sunil P V20-Jul-12 20:30 
AnswerRe: a c++ code implimenting a single linked list Pin
Software_Developer22-Jul-12 6:45
Software_Developer22-Jul-12 6:45 
AnswerRe: a c++ code implimenting a single linked list Pin
Stefan_Lang22-Jul-12 22:35
Stefan_Lang22-Jul-12 22:35 
Some good and well meant advice:

What appears to be the quick and easy way now, i. e. copying the solution from any of the links provided here, is in fact the path of enduring pain:

Copying does not teach you anything. When you're asked to do your next homework, you will not be prepared to do that either, because you are lacking the basic knowledge. You could of course repeatedly copy your homework from others, but that will just exacerbate the problem. As a result, you will eventually fail in the exams.

The longer you wait to actually do your assignments yourself, the harder it will be to catch up on the lost knowledge. And the harder it will be to be motivated about it.

OTOH, if you keep doing your homework and manage to solve it successfully yourself, that success will offer a sense of accomplishment that you'll never experience when copying other people's work.

If you have truly a problem to arrive at the solution, write down what you did so far and where, exactly, you are stuck. We will gladly offer help to make you understand and solve the problem. But - in your own best interest - we will not simply post the full solution without further comment.

Know that the only way to learn programming is practice! No amount of reading (or copying) can make up for the experience you gain from actually writing a program and seeing it work (or fail, more likely).

You can not copy experience: only you can collect it!
GeneralRe: a c++ code implimenting a single linked list Pin
jschell23-Jul-12 5:18
jschell23-Jul-12 5:18 
GeneralRe: a c++ code implimenting a single linked list Pin
Stefan_Lang23-Jul-12 21:59
Stefan_Lang23-Jul-12 21:59 
Questionhow to view source code of STL functions Pin
Ubun2OS20-Jul-12 2:07
Ubun2OS20-Jul-12 2:07 
AnswerRe: how to view source code of STL functions Pin
Richard MacCutchan20-Jul-12 2:55
mveRichard MacCutchan20-Jul-12 2:55 
AnswerRe: how to view source code of STL functions Pin
Maximilien20-Jul-12 3:02
Maximilien20-Jul-12 3:02 
GeneralRe: how to view source code of STL functions Pin
Richard MacCutchan20-Jul-12 5:13
mveRichard MacCutchan20-Jul-12 5:13 
GeneralRe: how to view source code of STL functions Pin
Maximilien20-Jul-12 5:43
Maximilien20-Jul-12 5:43 
GeneralRe: how to view source code of STL functions Pin
Richard MacCutchan20-Jul-12 6:11
mveRichard MacCutchan20-Jul-12 6:11 
GeneralRe: how to view source code of STL functions Pin
Maximilien20-Jul-12 10:13
Maximilien20-Jul-12 10:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.