How do I tokenize a string in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What do you mean by abstraction in C++?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
when can we use copy constructor?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
Can we make copy constructor private in c++?
Profiler in projects?
Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?
What is extern c++?
Write any small program that will compile in "C" but not in "C++"?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What happens if an exception is throws from an, object's constructor and object's destructor?