Search:

Type: Posts; User: Halo

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,642

    Help With a Counter

    Greeting again. I have a homework assigment that I worked on a long time ago and now I need to add something. I need to add in a cycle counter... More or less a counter that counts the number of...
  2. Replies
    4
    Views
    1,815

    Amazing... Thanks

    Amazing... Thanks
  3. Replies
    4
    Views
    1,815

    Okay wellI fixed the problem with the headers and...

    Okay wellI fixed the problem with the headers and a way they make you use the ceil function however I get a crazy error at the end

    Linking...
    LIBCD.lib(wincrt0.obj) : error LNK2019: unresolved...
  4. Replies
    4
    Views
    1,815

    Borland to Visual Studio

    Hello I am having problems getting this code to work in VS after it worked fine in Borland... I think it has somethign to do with the header files.... Actually I am sure it is I keep getting errors...
  5. Thread: Pow {2.,} ???

    by Halo
    Replies
    2
    Views
    1,037

    Pow {2.,} ???

    What does this function ? The ., is messing me up! I have never seen this syntax before.
  6. Thread: Reversing Strings

    by Halo
    Replies
    6
    Views
    1,729

    Reversing Strings

    Hello Again,

    Does anyone have a piece of code that can flip a string around or know how an easy way to do this? I am working on a special calculator that has will compute a variation of two's...
  7. Thread: Header Files

    by Halo
    Replies
    2
    Views
    965

    Header Files

    Does anyone have .h files for Algorithms, vectors, and numerical values... that will work in Turbo C++ 4.5

    Thanks
  8. Replies
    3
    Views
    1,090

    Got it thanks for you help guys !

    Got it thanks for you help guys !
  9. Replies
    3
    Views
    1,090

    Diffrent Builds ?!?!

    Win32 Debug
    Win32 Release
    Win32
    Final

    What are the diffrences for these. I am reviewing for a C++ final and can't find this in my book.

    I know one of them is a build that does not contain...
  10. Replies
    9
    Views
    7,616

    Okay what I need to do is have a program the...

    Okay what I need to do is have a program the prints 100 random numbers to the txt file. Then after that the program sorts through the 100 random numbers and outputs those on the screen.

    The Sqrt...
  11. Replies
    9
    Views
    7,616

    Prime Number Generator... Help !?!!

    So we have an assigment in class to make a program that produces 100 random numbers prints the randoms to a txt then outputs the prime numbers. I am almost sure this code is working ut I am at my GF...
  12. Replies
    11
    Views
    1,332

    Tried int main() and I still get the same two...

    Tried int main() and I still get the same two warnings the weird thing is warning number one brings me to this line of code:



    srand(time(0)); //this will produce a new number after each...
  13. Replies
    11
    Views
    1,332

    Warning 1 = Coversion may lose sinificant digits...

    Warning 1 = Coversion may lose sinificant digits in function main()
    Warning 2 = Function should return a value in function main()
  14. Replies
    11
    Views
    1,332

    Calculator Problems

    Well second day of class and needless to say I am more than rusty after taking a year and a half off ne how I am getting two errors when I am compiling and I can't figure them out. This calc is...
  15. Replies
    8
    Views
    3,048

    Need to ask you guys a Question....

    I need to take either FORTRAN OR COBAL this semester which do you guys think is easier ?

    I posted here just because this board gets the most hits and I know some of the people here :-)

    ANyhow...
  16. Have my final tommarow, while reviewing I need a refresher on two things !

    First things first I would like to thank everyone that has helped me throughout this semester, I got a A going into the final (I hope I got one going out :-) That out of the way here is the meat and...
  17. Replies
    4
    Views
    1,107

    We are just printing to a txt file (ie notepad)

    We are just printing to a txt file (ie notepad)
  18. Replies
    4
    Views
    1,107

    Set Precision & Underlining Text

    Okay I left my C++ book at school and I don't remeber the setprecision code. I just need it for two decimail places. I think its setprecision(2); however I remeber I need to include some other stuff...
  19. Thread: ~ Array Help ~

    by Halo
    Replies
    1
    Views
    1,763

    ~ Array Help ~

    Hello again guys, I finished this program a week or two ago and it works like a million bucks now. Only problem is I need it to work w/ arrays. I don't really know much about arrays that is why I...
  20. Replies
    3
    Views
    1,564

    Set Precision Help !

    I need to be two decimals precise therefore I am using this code



    outData << setw(10) << set iosflags(ios::fixed) << setprecision(2) << totalGP;


    How come this isn't working ?
  21. Okay I got the new it to work in borland and as...

    Okay I got the new it to work in borland and as it turns out my copy of borland was fuxxzored.... Anyhow can someone help me with the set precission command ? I do not know where to put this in the...
  22. ? Okay what did I do wrong ? No space in...

    ?

    Okay what did I do wrong ?

    No space in the [] maybe ?
  23. Ahhh thanks man. I always wondered how to make...

    Ahhh thanks man. I always wondered how to make the code tag :-)

    [ code ]
    Testing
    [ /code ]
  24. So nobody knows whats wrong ?

    So nobody knows whats wrong ?
  25. Hehe use wa wa ? We havn't learned about those...

    Hehe use wa wa ? We havn't learned about those yet.... but please help me I need this to run on Borland tommarow. Me being me I thought any compiler is as good as another.... Which I found to be...
Results 1 to 25 of 52
Page 1 of 3 1 2 3