by jaguar
making a list of names
|
|
[2 replies] Last: thanks hamsterman here is my forst code. we can start from there. ... (by jaguar)
|
by elektroc
Question about roy-warshall algorithm
|
|
[1 reply] : http://en.wikipedia.org/wiki/Floyd–Warshall_algorithm (by hamsterman)
|
by hannes
array of pointers to functions
|
|
[1 reply] : typedef int ( *ptr2Function ) ( int ); ptr2Function arr1 = {... (by srinathduraisamy)
|
by dkaip
Problem with getline
|
|
[3 replies] Last: Ok i just open, many thank's. (by dkaip)
|
by rambleberry
Can't use printf, have to use cout?
|
|
[6 replies] Last: http://www.parashift.com/c++-faq-lite/input-output.html#faq-15.1 http... (by Duthomhas)
|
by airerdem
Reading text into integer vector
|
|
[3 replies] Last: You are kidding, right? You are mixing C and C++ I/O (don't do that if... (by Duthomhas)
|
Issue with string length |
|
[1 reply] : you are treating " a " as a null terminated char string, which is not.... (by Bazzy)
|
by Doth
Visual C++ Question
|
|
[2 replies] Last: Thank you , its working now. (by Doth)
|
by wing913
replace all '.' to space in a string?
|
|
[2 replies] Last: Easiest way, IMO: #include <algorithm> string ip("192.168.1... (by jimc)
|
by waqqassheikh
Rocks Papers Scissors always picks rocks
|
|
[2 replies] Last: Can't believe I missed that, Thanks!! :D (by waqqassheikh)
|
by nipolo
is there such a function
|
|
[3 replies] Last: No, your choice of a priority_queue () explicitly removes any such po... (by Duthomhas)
|
by RichBMB
What does this mean?
|
|
[4 replies] Last: Brilliant. That makes sense. Cheers! (by RichBMB)
|
by jumper007
OpenGL question
|
|
[1 reply] : It works fine. What was the question? (by hamsterman)
|
by kurimaw003
can some1 try 2 correct these codes...
|
|
[2 replies] Last: what errors does it have? let me rephrase, what kind of errors are ... (by Seraphimsan)
|
by pathfino
macro define and return value
|
|
[7 replies] Last: thanks guys for your info. appreciate that. (by pathfino)
|
by like2codecpp
trouble with structs
|
|
[3 replies] Last: to-may-toes to-mah-toes (by ne555)
|
by lovelyhakeem
lower to upper (1,2)
|
|
[24 replies] Last: Exactly Joe, your solution only works on one computer, which is why ... (by rocketboy9000)
|
by joeneldeasis
strings in c
|
|
[11 replies] Last: you guys are all genius tnx for the help :D.. sorry beacuse its my fir... (by joeneldeasis)
|
Static linking libraries |
|
[8 replies] Last: This is exactly what I need. Thanks alot :D (by closed account 1yvXoG1T)
|
by soumyaxyz
a text encoder
|
|
[5 replies] Last: i dwnloaded devc++ but i cant compile Anything at all i keep o... (by soumyaxyz)
|