a clear case of nothing new under the sun
It's new regex
And that is nothing truly innovative
it's the only language that has them
like, question: int b = 99999; is this valid and predictable C?
my token sign { <[+-]> } my token decimal { \d+ } my token exponent { 'e' <sign>? <decimal> } my regex float { <sign>? <decimal>? '.' <decimal> <exponent>?...
You don't realize each platform will define it in their own way?
do you have any errors from coderunner?
so daniel beaten ?
Hey Why do I need headers files in c++ code when creating non library program? does it possible to import namespace without headers?
I dunno if somehow CLion is stupid or if I'm doing something wrong here, any idea? Code: https://batbin.me/civile
This video is really great. https://www.youtube.com/watch?v=QpAhX-gsHMs
hello i'am in a confusion about why the memcpy casts to unsigned char* and not char * : i have learned that one using char* we are telling the compiler the reserve one bit ...
In the following code I want to have a loop in a macro that uses a counter variable of the same type as a struct member. A value of the struct is passed into the macro. #incl...
Обсуждают сегодня