Search:

Type: Posts; User: Nikisha

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: c into c++

    by Nikisha
    Replies
    4
    Views
    1,094

    ok so instead of file..i should put in place...

    ok so instead of file..i should put in place ifstream?
    well then wht bout all the other weird symbols...after cout..u know the where printf is
  2. Thread: c into c++

    by Nikisha
    Replies
    4
    Views
    1,094

    c into c++

    this is not in c++ format is it? can someone help me translate this to c++....




    #include<stdio.h>
    #include<conio.h>

    int main()
    {
  3. Replies
    5
    Views
    1,243

    thanx..it compiles now

    thanx..it compiles now
  4. Replies
    5
    Views
    1,243

    ok so when i take the & out..the value of r1 n r2...

    ok so when i take the & out..the value of r1 n r2 does not appear!
  5. Replies
    5
    Views
    1,243

    Why is this not working?

    i wrote this program..sweat all over it...but its not working..can any one help me figure my mistake?



    #include <string>
    #include <iostream>
    #include <cmath>

    using namespace std;
  6. Replies
    4
    Views
    4,079

    well i guess it should be like this..i figured...

    well i guess it should be like this..i figured the relationship out but its still not working..


    # include <iostream>

    using namespace std;

    int main()
    {
    int row, space, num;
  7. Replies
    4
    Views
    4,079

    well i guess its supposed to like this with out...

    well i guess its supposed to like this with out functions..but its not working:



    # include <iostream>

    using namespace std;

    int main()
    {
  8. Replies
    4
    Views
    4,079

    making a diamond using functions

    i have this other question regarding functions. well firstly i have to write this program..the output has to be a diamond shape...the user has to input the number of rows n the character the diamond...
  9. Replies
    11
    Views
    2,323

    ok so i inserted % in there thnx it works now!:)

    ok so i inserted % in there
    thnx it works now!:)
  10. Replies
    11
    Views
    2,323

    thnx for all ur suggstions..:) i wrote my...

    thnx for all ur suggstions..:)

    i wrote my program..keeping all ur thoughts in mind
    but the problem now is tht no mattter wht value i input, my program keeps returning it as an odd digit
    here's...
  11. Replies
    11
    Views
    2,323

    has this got somthg to do wit ASCII?

    has this got somthg to do wit ASCII?
  12. Replies
    11
    Views
    2,323

    well thnx so much for the hints n all but the...

    well thnx so much for the hints n all but the thing is tht im totally confused wit this fuctions...we just started tht last week in class n the example my teacher gave me is totally different from...
  13. Replies
    11
    Views
    2,323

    help wit functions

    can someone help me out wit this?

    the question goes somthg like this:

    write a fuction int (or ool) IsOddDigit (char ch) that takes a char (ch) and retruns a true if ch is one of the alphabetic...
  14. Replies
    6
    Views
    1,584

    o the cout

    o the


    cout << space;


    shouldnt be there!!
  15. Replies
    6
    Views
    1,584

    ok so this is wht i did so far but then how do i...

    ok so this is wht i did so far but then how do i account for the spaces??



    #include <iostream>

    using namespace std;

    int main ()
    {
  16. Replies
    6
    Views
    1,584

    wht bout a triangle

    how to make a Triangle
    i want somthg like this



    *
    ***
    ****
    ******
  17. Replies
    5
    Views
    1,947

    thank u!!!:)

    thank u!!!:)
  18. Replies
    5
    Views
    1,947

    thnx! i dont mean to sound like a sissy but can...

    thnx!
    i dont mean to sound like a sissy but can u break it down some more?:)
  19. Replies
    5
    Views
    1,947

    i made a mistake with the square ...it should...

    i made a mistake with the square ...it should look like a square!!
    there is a hole in the middle
  20. Replies
    5
    Views
    1,947

    how do i make a square?

    i want a square to disply as my out put
    the user has to enter the width n a character
    the out put should be somthg like this:



    ******
    * *
    * *
    ******
  21. thnx soooo much!!!:D i tried it n now my...

    thnx soooo much!!!:D

    i tried it n now my program works perfectly!!!!
  22. ok so i worked the count thing out..but i still...

    ok so i worked the count thing out..but i still need help with the finding the lowest value
    heres my program:



    #include <iostream>
    #include <iomanip>

    using namespace std;
  23. well i seen to get the hang of the highest, first...

    well i seen to get the hang of the highest, first and last values but i still cant figure out the lowest value
    plus i just realized tht the program should calculate the numer of counts...i made a...
  24. thnx ..it works!! but then wht bout the...

    thnx ..it works!!

    but then wht bout the highest n lowest values??:confused:
  25. well here's my program so far: #include...

    well here's my program so far:



    #include <iostream>


    using namespace std;

    int main()
Results 1 to 25 of 31
Page 1 of 2 1 2