No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: the code looks pretty good.... however on windows/dos you should print CR/LF (which is 0x0d 0x0a ) in the code you have them backwards | |
Re: Right, as an example if you were using gcc youw oul need to do something like: gcc -o output main.cpp queue.cpp you are getting an undefined ref because it does not know how to link them.... this should allow you to put them in separate files | |
Re: you have to check the bounds. i.e. if someone inputs the range ( -1 , 2 ). you should check the following. let f(x) = ax^2 + bx + c . check f(-1), f(2) and f(-b/2a). since this is a quadratic it can be assumed that a != 0. if … |
The End.