Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
Ranked #4K
~777 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for Jamaican Beauty

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

Member Avatar for Jamaican Beauty
0
157
Member Avatar for nanodano

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

Member Avatar for Narue
0
149
Member Avatar for honeybleak

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 …

Member Avatar for soxers12
0
471

The End.