User profile: nvrmnd

User info
User name:nvrmnd
Old user name:shadow fiend
Location:Philippines
Statistical data
Birthdate:Apr 28, 1997
Gender:Male
Occupation:Student
Skills:C
C++
D
History
Joined:
Number of posts:656
Latest posts:

Recursive Descent Parsing
thanks, i will check those articles out

Recursive Descent Parsing
Hi! i am making my first interpreter of my own language, i am having a problem with the function get...

candidate template ignored: couldn't infer template argument
I am writing a getline()-like function that can take a predicate, but clang throws an error, i hav...

basic calculator question
And also [code]scanf("%f", &num1); scanf("%f", &num1); // <-- do you mean num2 ? [/code]

Why is this code crashing ? and how do I put a limit of 100 questions to be outputted ?
@Cbasic88 You need to enable C++11 support in your compiler or IDE