Topic: file_get_contents in C++
Alright, I need a C++ program that will act like file_get_contents in PHP.
There will be a file on my server, and the C++ program needs to copy the contents of that file into a varible.
If this isnt easily possible in C++, but you know of another language, if you could post the full code here, and a compiler for it, id appreciate it alot.
$theQuestion = (2*b) || !(2*b);