Combinations - help with sorting duplicates |
|
[2 replies] Last: No that doesnt work. The number of results was incorrect. I sadly drea... (by closed account EUC9216C)
|
by Sarmadas
A little help here please
|
|
[1 reply] : class A { friend class B; }; class B { friend class A; }; ... (by Peter87)
|
100 Fibonacci numbers |
|
[6 replies] Last: Taking logarithm of the 100th fibonacci number (354224848179261915075)... (by eklavya sharma 2)
|
by Michael02
sorting algorithm returning indeces
|
|
[3 replies] Last: > I am sure Im not the first one with this problem. No, you are not.... (by JLBorges)
|
by akash123
explaining output of given program
|
|
[4 replies] Last: The following statement in your program is going to cause a problem: ... (by AbstractionAnon)
|
by oluwa
unlock a gsm phone locked to straight talk network
|
|
[1 reply] : I guess this is not the best forum to ask this question... I even doub... (by Niels Meijer)
|
by points2008
Help. Sorting trouble
|
|
[4 replies] Last: main() { int i,j; car a ; //a .sorting() //{ //} for(i=0;i<5;i+... (by sam806)
|
by mayzuh
Help program skipping
|
|
[2 replies] Last: @ justaguy: Absolutely not. @ mayzuh: It's just a common RTFM case. Y... (by toum)
|
by mzimmers
ctors and consts
|
|
[17 replies] Last: Using emplace_back() is also an option if your compiler supports it.... (by cire)
|
by gaurya95
string initialisation
|
|
[6 replies] Last: Okkk thanks a lot dude!! u cleared my doubt!! (by gaurya95)
|
by matheuskiser
HashTable Insertion not working
|
|
[2 replies] Last: @cire Thank you so much for the help! Thank worked just fine. I think ... (by matheuskiser)
|
by gaurya95
helpme!! friend function
|
|
[3 replies] Last: Ok thank you guys!!! (by gaurya95)
|
by racefreak
Variable Trouble
|
|
[6 replies] Last: I don't know, maybe it's because I used Allegro 4.1, and not 5, but th... (by racefreak)
|
by neutron star
deleting a pair for reuse
|
|
[4 replies] Last: ok it worked. i thought it the other way. (by neutron star)
|
by crimsonzero2
runge-kutta 4 problem
|
|
[13 replies] Last: There, now try it that way and it should work. =D (by crimsonzero2)
|
SDL_pong |
|
[2 replies] Last: Thank you =) Do I have to check yVel to? EDIT: Was this a decent sol... (by closed account ETAkoG1T)
|
by coolbuddy
program to find shortest path
|
|
[1 reply] : http://en.wikipedia.org/wiki/Dijkstra's_algorithm (by Smac89)
|
by Awareness
Generating big random numbers in C
|
|
[2 replies] Last: Thanks for your answer.(sorry for late reply) how big of a random ... (by Awareness)
|
by coolguy1
sorting method
|
|
[7 replies] Last: You will have to explain the logic you are trying to apply to that sor... (by Smac89)
|
by cesard21
Creating classes
|
|
[1 reply] : A few things: 1) const on a function tells the compiler the funct... (by AbstractionAnon)
|