I didn\'t figure out a better title for the question. Let me explain it better now: The project I am working on is going to connect to a remote server, encrypt the session and send/receive data packe
I am fairly new to c++ and I am a bit stumped by this problem. I am trying to assign a variable from a call to a method in another class but it always segfaults. My code compiles with no warnings and
I\'m currently having an issue with my open result set not working how I believe it should. The only function that is currently working is the next() method, nothing else will work. If the project is
I need to use a class callback method on an array inside another method (the callback function belongs to the class).
I am using ASP.NET page methods with jQuery.... How do I get the value of a session variable inside a static method in C#?
I have a C++ class I want to inspect. So, I would like to all methods print their parameters and the return, just before getting out.
i currently have a method that checks what is around the centre item in a 3x3 grid, if what is in the 8 adjacent positions is containing what i am checking for i want to mark that square on an array w
Say I have this class: class block999 { string parm1; string parm2; string parm3; string parm4; string parm5;
im trying to finish up my junit testing for finding the derivative of a polynomial method and im having some trouble making it work. here is the method:
This question already has answers here: Exposing Member Objects As Properties or Methods in .NET (7 answers)