Can I pass class A into class B so that B can run a callback using A's member function? I am trying to write a Python leg class for a robot I am building. I am
I have a project which I am working on currently and I am facing a problem at the moment. What I am trying to figure out is how to load a class variable with da
I'm pretty new to c++ and I'm stuck at this problem. I append a struct pointer(Bar*) to a vector and that struct have a pointer class member(Foo*). struct Bar {
I am getting a plethora of Deprecation Warnings related to various CSS issues that are hanging my app build. Here is the last one before the build hangs. Deprec
Hi trying to get a prior week's date i.e 7 days old but it doesn't seem to work. I have tried DATEADD function as well without any luck. Any help is appreciated
Web Controller: public void SignIn(UserInfo user, IList<string> roleList, bool rememberMe = false) { Audit audit = new Audit() {
So I have some basic code for a game that I decided to work on. I made a couple of functions and such for the game to work. I have run across a problem. I would