Search Results

Showing results 1 to 17 of 17
Search took 0.01 seconds.
Search: Posts Made By: singhraghav
Forum: C++ May 28th, 2009
Replies: 5
Views: 317
Posted By singhraghav
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <iomanip>

using namespace std;

struct Item
{
string name;
Forum: C++ Dec 14th, 2008
Replies: 5
Views: 311
Posted By singhraghav
i din get it...can u show an example...
Forum: C++ Dec 14th, 2008
Replies: 5
Views: 311
Posted By singhraghav
i need some help here....i am taking input as name and i want to count the alphabets in the string as integers....e.g. if the in out is cab i have to output 3+1+2 = 5 i have been able to ad d up the...
Forum: C++ Dec 14th, 2008
Replies: 42
Views: 2,001
Posted By singhraghav
Forum: C++ Dec 14th, 2008
Replies: 42
Views: 2,001
Posted By singhraghav
i need some help here....i am taking input as name and i want to count the alphabets in the string as integers....e.g. if the in out is cab i have to output 3+1+2 = 5 i have been able to ad d up the...
Forum: C++ Dec 14th, 2008
Replies: 12
Views: 744
Posted By singhraghav
thx so much guy..i have almost made it.... i have to give an error msg id name contains an integer or a symbol....i have tries the while loop but it doesnt works....can ne1 chk

int main(int argc,...
Forum: C++ Dec 14th, 2008
Replies: 7
Views: 852
Posted By singhraghav
hey..i have tries the while loop...but it doesnt works...can ne1 spot the prblm

int main(int argc, char *argv[])
{
string n;
string s;

{

cout<<"Please enter your name...
Forum: C++ Dec 14th, 2008
Replies: 7
Views: 852
Posted By singhraghav
hey thanks guys...with ur help i have got it... but i want to make a do while loop of it...can u tell me how to that...because if the name is having an integer or any other sign i have to output an...
Forum: C++ Dec 13th, 2008
Replies: 7
Views: 852
Posted By singhraghav
i am trying to take input for name and return it with only the first letters of the name as capital....i am able to it the first name but m unable to move on to the second and last name.... please...
Forum: C++ Dec 13th, 2008
Replies: 11
Views: 607
Posted By singhraghav
thx so much guys....i got it...:D
Forum: C++ Dec 13th, 2008
Replies: 11
Views: 607
Posted By singhraghav
hey can i use a void function for outputtin MR. after taking in the gender???
Forum: C++ Dec 13th, 2008
Replies: 11
Views: 607
Posted By singhraghav
thanks guysguess i got it almost... now m tryin to put the if else condition for outputing MR. if it is male...or else show an error message...but this doesnt wrk... can u point out the prblm/??
...
Forum: C++ Dec 12th, 2008
Replies: 11
Views: 607
Posted By singhraghav
hi guys!! i am trying to write a program in which i have to input gender in a non case sensetive manner.... and out mr or mrs...on the bases of the input.... i have to take input in 'm' 'f' or 'male'...
Forum: C++ Dec 12th, 2008
Replies: 11
Views: 607
Posted By singhraghav
#include <cstdlib>
#include <iostream>
#include <cctype>
using namespace std;

int main(int argc, char *argv[])
{char g;
int i;
str s;
cout<<"Enter your gender :"<<flush;
Forum: C++ Dec 11th, 2008
Replies: 12
Views: 744
Posted By singhraghav
thanks so much guys..
Forum: C++ Dec 11th, 2008
Replies: 12
Views: 744
Posted By singhraghav
hey ppl! i have got an assignment which asks me to do a personality evaluation on the basis of the users name and gender....i have to take user name input in upper or lower case....but have to output...
Forum: C++ Dec 11th, 2008
Replies: 11
Views: 607
Posted By singhraghav
Hey guys! i Have a prblm writing a program, i hope i can find help here.... in the prgram i have to take user input on gender as 'm' or 'f' or 'male' or 'female' or 'Male' or 'FmAle'.... what i mean...
Showing results 1 to 17 of 17

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC