by lovelyhakeem
graphics
|
|
[1 reply] : what library are you using? (by hamsterman)
|
by akayrak
Shortest Path
|
|
[3 replies] Last: I think no one knows a solution? (by akayrak)
|
by barzanyadis
IBM's International Programing Contest Final Question!!!
|
|
[1 reply] : Here's how I see it: Let's name the polygons A and B. First step... (by hamsterman)
|
by erga
a problem with sin calculation.
|
|
[1 reply] : well, i bypassed it and it appears there is nothing wrong with calcula... (by erga)
|
by JoR
List/Tree for access by identifier string.
|
|
[2 replies] Last: Thanks, exactly what I were looking for. :) (by JoR)
|
Finding Odd Numbers |
|
[2 replies] Last: @naratu9333 we can eleminate one of the if checks #include<iostrea... (by soumyaxyz)
|
by lovelyhakeem
string
|
|
[11 replies] Last: ok...tnx to all........good help..i will avoid that mistakes again....... (by lovelyhakeem)
|
by Jarec
Expansion of two-dimensional array
|
|
[8 replies] Last: The compiler was not the problem. I am using GCC myself. The code I po... (by rocketboy9000)
|
by Manmay
number series program (1,2)
|
|
[26 replies] Last: I apologize for my behavior , but finally am able to solved my own do... (by Manmay)
|
by lovelyhakeem
strings
|
|
[2 replies] Last: Since you're using C++ just use std::string. It's very awesome. (by Kiana)
|
Float miscalculations |
|
[10 replies] Last: I'm not sure if it will solve your problem, but try to replace float w... (by Jarec)
|
by timothyguo
print prompt
|
|
[2 replies] Last: I have made it done. Thank you! (by timothyguo)
|
by manintiet
error C2666: '==' : 2 overloads have similar conversions
|
|
[5 replies] Last: Wow !! It was such a clear explanation.. Thanks to both jimc and Hamst... (by manintiet)
|
by manintiet
error
|
|
[2 replies] Last: Hey Thanks Gloucestor !! I have understood. (by manintiet)
|
by rambleberry
A switch repeating itself to default in a loop
|
|
[3 replies] Last: Okay well, I don't know if any of you have solved the problem, but I h... (by rambleberry)
|
by yoonkwun
Default Size of Integral Literal Constant
|
|
[6 replies] Last: If it is a void*, you have to simply know the original type and cast i... (by Zhuge)
|
by vagelis
the vectors seem to run very slow
|
|
[6 replies] Last: For arrays, you have to know some dimensions at compile time. I haven... (by jimc)
|
Hash algorithm with integer data |
|
[1 reply] : pass it in a more compact base, like maybe 64. That will probably comp... (by rocketboy9000)
|
by themerc32
Trying to make a hangman/language translation game but failing.
|
|
[1 reply] : go through the strings and store each word separately in a vector. th... (by rocketboy9000)
|
by PiMaster
Keeping old data in a multidimensional array
|
|
[3 replies] Last: Blaargh, just realized that my solution wouldn't work... (by PiMaster)
|