How can a CGI C++ Server-api on Apache receive data from an HttpServer and reply?I want my CGI C++ Server api (on Apache) to be able to receive data (strings) from an HttpServer (a ...
Should I include common routines members in one "include header" or use separate header for each class?OH YES I CAN DONE IT THROUGH INHERITANCE ALSO! THATS PRODUCTIVE AND PROFESSIONAL! HOW CAN I HAD F...
Should I include common routines members in one "include header" or use separate header for each class?I have a big project with many classes in diferent files including their methods in diferent files a...
How can i pass an entire Array into a function parameter by value? (no pointer/ref pass)I came up too with [b]copying arrays[/b], but stillI would get that instant of common access from di...
How can i pass an entire Array into a function parameter by value? (no pointer/ref pass)C/C++ Language in g++.I want to pass an entire Array (2D or 1D) into a function by value without pas...