CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jacksparrow

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,410

    question about binary tree

    hello
    i solve this question but am not sure if it is correct

    can someone checked it out for me

    thanks i appreciate it

    http://tinypic.com/r/66vjbq/6

    http://i47.tinypic.com/66vjbq.jpg
  2. Replies
    3
    Views
    644

    left brace error '{'

    hello can someone help me out to get this error done




    #include<iostream>
    #include<assert.h>
    #include<cstdio>
    #include<cassert>
  3. Replies
    2
    Views
    805

    no operator found

    hello
    i got error LN 150

    Error 1 error C2679: binary '>>' : no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion)


    what does mean ?
  4. Replies
    3
    Views
    788

    Re: syntax error : '}'

    amazing thanks GCDEF & laserlight
  5. Replies
    3
    Views
    788

    syntax error : '}'

    hello
    got syntax error : '}'

    any help ?




    # include <iostream>
    using namespace std;
  6. How To Calculate Memory Address ( Flat , Segmented )

    Hello
    Can anyone learn me how to compute the address size of flat & segmented memory address

    such us 8 G for flat =

    or

    16 blocks each block size 32 K locations =

    Thanks i...
  7. Replies
    3
    Views
    648

    Re: Problem with the constructor

    you are right laserlight after i remove it ,, it did work but still not sure if my program is correct its from assignment i will check it later !

    Thanks buddy
  8. Replies
    3
    Views
    648

    Problem with the constructor

    Hello
    Got This error say's that i should make default constructor even after i did it still come out different error

    before the default constructor i got

    : error C2512: 'pointtype' : no...
  9. Replies
    4
    Views
    812

    Re: How to use bubble sort

    Okay i will go through all the steps there =)
    Thanks Alot
  10. Replies
    4
    Views
    812

    Re: How to use bubble sort

    Our doctor wrote the function ,, and i wanted to use it , i did find the mistake like > greater then and the declaration




    # include <iostream>
    using namespace std;
    void bubblesort ( int...
  11. Replies
    4
    Views
    812

    How to use bubble sort

    Hello
    Just want to ask how can i use my function now in the main ... after i put the numbers for example i want them to be sorted in ascending or descending order




    # include <iostream>...
  12. Replies
    2
    Views
    3,061

    Re: Syntax Error if statement

    Okay Fixed ,, Thanks Buddy GCDEF
  13. Replies
    2
    Views
    3,061

    Syntax Error if statement

    Hi

    i got syntax error in if statement ,, i checked the line i put { after the condition don't know where the mistake are

    1>c:\users\hani\test11\test11\code.cpp(20) : error C2143: syntax error...
  14. Replies
    2
    Views
    7,270

    Write a print function

    Hi
    i did write a print function which the user put a number and then it will print out till that number

    the output is correct ,, but is code correct ? or it could be better somehow ?

    write a...
  15. Replies
    6
    Views
    1,606

    Re: Prime Number Test

    checked it lindley nice work
  16. Replies
    6
    Views
    1,606

    Re: Prime Number Test

    Thanks Philip
  17. Replies
    6
    Views
    1,606

    Prime Number Test

    Hi
    Got 2 errors
    the program should let me enter number and check whether its a prime or not


    Error 1 error C2668: 'sqrt' : ambiguous call to overloaded...
  18. Replies
    13
    Views
    26,953

    Re: While loops to print even numbers

    is that correct ?


    #include <iostream>
    using namespace std;

    int main()
    {
    int x = 0;
  19. Replies
    13
    Views
    26,953

    Re: While loops to print even numbers

    i use debugger there was no error ,, i know the mistake must be in the while loop
    am trying to understand it but i cant figue it out ,, fix my while loop statement !
  20. Replies
    13
    Views
    26,953

    Re: While loops to print even numbers

    is this correct little or i make it worse ?! :p




    # include <iostream>
    using namespace std;
    int main () {

    int n,i;
  21. Replies
    13
    Views
    26,953

    Re: While loops to print even numbers

    the funny thing that am not that smart in math
    i know that if the number i put &#37; 2 ==0 i will get even right ?

    i will try and find out what wrongs thanks =)
  22. Replies
    13
    Views
    26,953

    While loops to print even numbers

    Hi :cool:
    Good Morning Follows
    _________________

    am trying to write a program to get a number from user and then print even numbers as well as 0,2,4 and so on

    what changes i should do ? any...
  23. Replies
    6
    Views
    9,609

    Re: Convert from fahrenheit to celsius

    finally it worked when i changed to only one variable declared ,, thanks
  24. Replies
    6
    Views
    9,609

    Re: Convert from fahrenheit to celsius

    it must ( 32 / 1.8 ) happen first

    is this acceptable statement ?

    ctemp= ( 32 / 1.8 ) ( ftemp-32 );
  25. Replies
    6
    Views
    9,609

    Re: Convert from fahrenheit to celsius

    Dear Skizmo , i checked and i remove the . but i still get the wrong output

    For example : input 75 F ,, get wrong output 57.2222 :(
Results 1 to 25 of 75
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured