User: Ben Hutchinson

  • Public profile

User profile: Ben Hutchinson

User info
User name:Ben Hutchinson
History
Joined:
Number of posts:16
Latest posts:

Question about linked lists
I'm trying to make a struct similar to what's in here. https://docs.microsoft.com/en-us/windows/win3...

Question about linked lists
Lets say I have a linked list with a struct defined like this. struct LList{ int data; struct...

Question about VC++ 2010 runtimes
Yes, linking happens in the linker, not the compiler. I meant, that if you write a c program (source...

Question about VC++ 2010 runtimes
In that case, I assume the C++ library also has the basic C functions, it's just that if you are wri...

Question about VC++ 2010 runtimes
I was looking here https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-201...

This user does not accept Private Messages