문제

Our professor asked us to write a debug channel in c++. But I don't know what a debug channel is. He just told us to use our critical thinking mind to figure this out. So if you know, please tell me where I can find the concept of channel in software development. I want details and how to write a debug channel in c++.

도움이 되었습니까?

해결책

Generally, googling your question before posting it here is recommended. I've found a potential resource for you here:

http://libcwd.sourceforge.net/reference-manual/group__group__debug__channels.html And here: http://libcwd.sourceforge.net/tutorial/tut2.html

I'm not a C++ specialist but those seem to be the answer you're looking for.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top