call stack for no reason[code]#include <iostream> #include <WinSock2.h> #include <mysql.h> #include <string> #include <v...
set time value to a variableNVM SOLVED IT
set time value to a variable[code]int year; time_t rawtime; tm * timeinfo; time(&rawtime); timeinfo=localtime(...
set time value to a variablei cant use it can you please give me an Exmaple Code thnx
replace letter in a string[code]#include <iostream> #include <string> using namespace std; int main(void) { string test...
This user does not accept Private Messages