Forum: C++ Jul 30th, 2008 |
| Replies: 2 Views: 385 how to display the value of a variable using graphics in c or c++? |
Forum: C++ Mar 30th, 2008 |
| Replies: 4 Views: 1,219 i tried the following coding but it gave absurd results during runtime and the compiler showed a warning that for cannot be expanded inline.
#include<iostream.h>
#include<string.h>... |
Forum: C++ Mar 30th, 2008 |
| Replies: 4 Views: 1,219 this program is inorder to split a string like krishnamoorthy into krishna & moorthy by splitting it at m
i tried the following coding.the compiler pointed out an error saying that for cannot be... |
Forum: C++ Mar 30th, 2008 |
| Replies: 2 Views: 335 iam facing thesame problem of run page not getting displayed.can i use srand function in
this program. and what is its use and syntax?
#include<iostream.h>
#include<stdlib.h>
int randomno();... |
Forum: C++ Mar 30th, 2008 |
| Replies: 2 Views: 401 can u pls explain to me the use pf srand function & its syntax?i tried the following coding.it compiled,but runpage is not getting displayed.
#include<iostream.h>
#include<stdlib.h>
int... |
Forum: C++ Mar 30th, 2008 |
| Replies: 1 Views: 603 i am supposed to split a string like krishnamoorthy into krishna and moorthy using operator overloading.i am unable to strike upon the logic to write a program.can u pls help me? |
Forum: C++ Mar 30th, 2008 |
| Replies: 15 Views: 6,609 i tried the following coding .it compiled without errors but gave absurd results during runtime. can u pls help me with it?
#include<iostream.h>
#include<stdlib.h>
int main()
{
int i;
... |
Forum: C++ Mar 28th, 2008 |
| Replies: 1 Views: 611 i am unable to understand the logic to be used. can u pls help me write the program |
Forum: C++ Mar 28th, 2008 |
| Replies: 1 Views: 458 the string is to be split using operator overloading as
Krishnamoorthy(pointer member operator)m(pointer member operator)moorthy |