Vicky One

Vicky One

Member

Member since
Aug 12, 2013
Last active
Oct 19, 2013
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    Function returning string

    Can any one correct the following code and explain... The function decode is returning a string and i want that local string...

  2. #Threads

    Why the answer is -47 ?

    I have written a simple code beacuse i have two strings, one is hard coded and the sum of whose adjacent membrs...

  3. #Threads

    50787eeb-8acc-41e4-bf5f-325c56d9f317

    Thx alot ,,,i got some idea .. @#-Link-Snipped-#. Your way of telling the solution us owsome... but what about character pointer if...

  4. #Threads

    String class

    Hi can any one tell me how to pass a string as an argument in a funtion or a method of a...

  5. #Threads

    72f93f1e-f7ea-4995-bbea-8c966d2e0c69

    [ #include<iostream.h> #include<conio.h> #include<fstream.h> #include<stdlib.h> int vowel(); int constt(); int main() { char x; cout<<"Plea...

  6. #Threads

    74b5e749-d2d0-412c-8f8f-a8e6fe47415b

    Well thx a lot.. I had done that like this....If any suggestion for this code like code repetition problem or any thing...

  7. #Threads

    228ec4b0-8e07-4401-9068-3e762b5c9171

    Well there is no issue bcz of exit(1); removing it also doesnot store the value.. Can u make it to work??

  8. #Threads

    File handling storage issue in c++

    i want my random number genereted on the selection bases of vowel or consonent, should be stored in a file permanently on...

  9. #Threads

    c6443f7b-969d-4eec-89bb-e33fe330548a

    well thx alot for all of you.. I have done it using the string the main issue was only to subtract the...

  10. #Threads

    71f301f6-4a76-4582-8c61-5d542ba0e3a6

    i think m very dull about programming. what would be the correct code of following program. #include<iostream.h> #include<conio.h> int sum (char num[]);...

  11. #Threads

    a10369ad-26ed-4ee2-927f-e24f8416e6da

    oh!!! thats an owsome idea. thx bro but in my case i think the idea is a little poor but does it...

  12. #Threads

    c3d0ff12-3829-49b8-8946-d4263eba3916

    This program calculates the sum of last three digits no matter what the number user inputs. #include<iostream.h> #include<conio.h> int sum_three(int num); int...