by chokra83
help with removing duplicate words C++
|
|
[4 replies] Last: Thanks a lot for this !! (by priya331)
|
The right approach. struct? |
|
[4 replies] Last: Yes that is what I meant or an array even (by Stalker)
|
by mike9407
heap
|
|
[2 replies] Last: That's a very unique question there. Only this forum could have answer... (by TarikNeaj)
|
big O notation check |
|
[1 reply] : Well it's O(bad) now because on line 21 it should be foo , not foo ... (by dhayden)
|
by YvngSavage
Question on how to fix my code
|
|
[3 replies] Last: Hi, how could i prevent it from giving me an error saying that else... (by TheIdeasMan)
|
by GonlyG
"Zero" output in mortgage calculator
|
|
[14 replies] Last: how intriguing.. the other guy's problem solved it... I guess I must h... (by GonlyG)
|
by GonlyG
Checksum after sorted array
|
|
[17 replies] Last: hmm... I got 1299500 with that. Not sure if right or wrong. I have no... (by GonlyG)
|
by GonlyG
Errors in Fibonacci Sequence
|
|
[18 replies] Last: huzzah! #include <iostream> #include <vector> #include <complex> #in... (by GonlyG)
|
by DeathLeap
Sum of even numbers in 2D array
|
|
[5 replies] Last: You can use at line 18: sum += arr ; (by elaleph)
|
by ADVANCESSSS
Are my systems thingys in c++ or binary I'm confused
|
|
[3 replies] Last: There's simply no way to just crack open many programs, especially if ... (by Austin J)
|
by GuitarMan
Graph
|
|
[1 reply] : struct node; struct link// Here's the problem. { int LinkID; ... (by cire)
|
For and if loop problem |
|
[4 replies] Last: You are essentially asking if (i can be assigned the value of 1); this... (by JayBari)
|
by jakobfri
Sorting integers in a text file.
|
|
[3 replies] Last: Hm... my last reply disappeared into the ether. I would use a struct ... (by booradley60)
|
by Concordev
Help me out with this program!
|
|
[3 replies] Last: Thanks so much, it's a great start to go off of! (by Concordev)
|
by MagicKriss
Why my code doesn't work ?
|
|
[5 replies] Last: Ok thank you ! I will try to find better solution. (by MagicKriss)
|
by code writer
Help me fix this
|
|
[4 replies] Last: And how to print out a list that shows every year's interest? ex. 1--... (by code writer)
|
What is the function of "f" |
|
[2 replies] Last: I think you're actually confused about the %f in the first parameter t... (by dhayden)
|
by ADVANCESSSS
Insight for soon-future project connecting robot's parts to the code
|
|
[10 replies] Last: Well that's the hard part isn't it? Look up dynamic memory allocation... (by dhayden)
|
by glitter
how to use BOOST_FOREACH for map container
|
|
[7 replies] Last: however the below code works too. Yes. It works.. if you want to m... (by cire)
|
by daym
Some questions
|
|
[1 reply] : The windows operating system is something you can talk to in your code... (by Moschops)
|