Search:

Type: Posts; User: girlzone

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    955

    Logical error in push node...

    This is the definition of a method in the class Stack. It is supposed to push a new node in the stack (which is represented as a linked list).Why is this logically wrong although it is error free??
    ...
  2. Replies
    1
    Views
    934

    find string!!!

    Hello :) , can anyone please tell me what is the definition for the member comparison (str.find(str1)) for strings ??? Thanx…
  3. Thread: sort+counting

    by girlzone
    Replies
    16
    Views
    2,365

    anything...

    well...if you know a way to count the number of occurrences of each letter in that string in alphabetical order without the need to kill the punctuations it is ok... but that was the way i was...
  4. Thread: sort+counting

    by girlzone
    Replies
    16
    Views
    2,365

    ok thanks but isn't there another way??

    ok thanks but isn't there another way??
  5. Thread: sort+counting

    by girlzone
    Replies
    16
    Views
    2,365

    didn't get it

    yes :) i need the program to be simple.we didn't take all the functions!!i know i might sound stupid but what does this mean?

    retString+=s[x]+"";
    how can you make a string=string+char?

    and...
  6. Thread: sort+counting

    by girlzone
    Replies
    16
    Views
    2,365

    sort+counting

    Hi, I have a program that should read a line of text and output the number of words in the line and the number of occurrences of each letter. the output of the letters must be in alphabetical order...
  7. Replies
    29
    Views
    5,748

    Forget About It.....

    - sometimes people ask questions to know and to judge the way people think...

    - and sometimes in your life you prefer certain things without any clear reasons for this * i thought that people have...
  8. Thread: Why Bush!!!

    by girlzone
    Replies
    10
    Views
    2,867

    LOL

    LOL vasanth :D
    This is Funny.......
  9. Replies
    29
    Views
    5,748

    another question...

    ok what is the most difficult programming language that you know??? or let me say which language will be the last to be chosen if you have to choose???
  10. Replies
    29
    Views
    5,748

    the purpose of the question is... what is the...

    the purpose of the question is... what is the best language in programming ???

    if you have a problem and you want to solve it which language is better in solving it??
  11. Replies
    29
    Views
    5,748

    What do you prefer??

    Hey :),

    I have a question....
    What is your favorite programming language ???
    For me I like Turbo Pascal….what about you???
  12. Replies
    3
    Views
    1,477

    It worked :) thanx

    It worked :) thanx
  13. Replies
    3
    Views
    1,477

    Doesn't work .....

    Nope it didn't work....
  14. Replies
    3
    Views
    1,477

    Merging files....

    Hello everyone :) ,
    This function is supposed to merge 2 input files both contain sorted integers from the smallest to the largest into an output file which must be sorted too … everything works...
  15. Replies
    1
    Views
    1,199

    deleting extra spaces

    -Hello everyone :D.. I have this function it is suppose to copy an input file that contains words with different numbers of spaces between them to an output file while deleting any extra spaces...
  16. Replies
    2
    Views
    927

    i have ( Microsoft Visual C++ 6.0 ) in all...

    i have ( Microsoft Visual C++ 6.0 ) in all computers , and the operating systems are :

    1) Microsoft NT 2000 ==> in my university ...
    2) Windows XP ==> in my Lap and disktop ...

    the compiler in...
  17. Replies
    2
    Views
    927

    A compiler error

    Hello everyone :)

    i have a problem with my compiler... When i try to compile a program it says ( error spawning ) What does this mean ??and how can i fix this problem???

    NOTE: i have this...
  18. Replies
    17
    Views
    4,161

    Thank you :) but what is a buffer??

    Thank you :) but what is a buffer??
  19. Replies
    17
    Views
    4,161

    hello :) i have tried my last code again and...

    hello :)
    i have tried my last code again and guess what ?? it worked except that i have an extra line in the output file and that line contains the same grades as well as the average for the last...
  20. Replies
    17
    Views
    4,161

    ok DirX, i have tried your function but the...

    ok DirX, i have tried your function but the output wasn't right!!!
    elad, how can i go to the new line ??? it doesn't work!!! and if eof() isn't good in this case what am i suppose to use ?? i...
  21. Replies
    17
    Views
    4,161

    changed the function but still !!!!

    hello :D i used another way in the copy function and i asked my teacher to use this way and she said it is ok... The problem is ( i think ) how to move from one line to another after copying it from...
  22. Replies
    17
    Views
    4,161

    hello :D i used another way in the copy function...

    hello :D i used another way in the copy function and i asked my teacher to use this way and she said it is ok... The problem is ( i think ) how to move from one line to another after copying it from...
  23. Replies
    17
    Views
    4,161

    ok.. my program works if the grades are from 0-9...

    ok.. my program works if the grades are from 0-9 else no!! (i'm writing like a program :) ....

    ( sum=0 ) what if the first grade was 12 the program will check if 1 is a digit then it will sum it...
  24. Replies
    17
    Views
    4,161

    Well it won't work!! becsuse i'm using the put...

    Well it won't work!! becsuse i'm using the put and get functions!!!

    i.e: i'm taking every character and add it to the previous one therefore i have strange numbers ... what can i do??
  25. Replies
    17
    Views
    4,161

    a file problem !!

    hi:D i have a small problem here.
    i have written a program ( it is supposed to be easy and simple:) ) . it computes numeric grades for a course. The course records are in a file that will serve as...
Results 1 to 25 of 25