User profile: eklavya sharma 2

User info
User name:eklavya sharma 2
Name:Eklavya Sharma
Location:New Delhi
Website:http://sharmaeklavya2.github.io
Bio:I am a student at BITS Pilani.
I started learning C++ in 2011.
Statistical data
Birthdate:Jan 12, 1995
Gender:Male
Occupation:Student
Skills:C
C++
Java
Python
Shell scripting
History
Joined:
Number of posts:170
Latest posts:

Compiled Function in a file
@rodiongork The assignment doesn't require me to decide the function at runtime. But I thought it wo...

Compiled Function in a file
Today I am given an assignment to find the zeroes of a function using Newton-Raphson method. Till no...

Mysterious logical error - semiprime calculation
Well I have devised an O(NlogN) algorithm, but that's not my focus right now. What I'm curious about...

Mysterious logical error - semiprime calculation
I've been trying to solve Project Euler problem 123 - semiprimes [quote]A composite is a number con...

Why does this code run?
MSVC++ 2008 gives compile error with this code: [code]#include<iostream> int func() {std::cout<<"H...