by MisterTams
How to count words in a C-String?
|
|
Apr 5, 2017 at 8:20pm
[4 replies] Last: The character(s) should match one of my if or else if statements. B... (by jlb)
|
by Jacketto
How do I make loops for seperate cases
|
|
Apr 5, 2017 at 8:11pm
[4 replies] Last: @handy Andy Thanks for the tip, it worked out as expected :D (by Jacketto)
|
by rufi0h
Compound Interest in a for loop.
|
|
Apr 5, 2017 at 8:04pm
[7 replies] Last: I see what you mean, i didn't realize that you could return the equati... (by rufi0h)
|
by CoderGirlV
Sieve of Eratosthenes
|
|
Apr 5, 2017 at 7:13pm
[3 replies] Last: Is this code correct? Yes, the algorithm is basically correct, as lo... (by mbozzi)
|
by CoderGirlV
Convert words to its corresponding number
|
|
Apr 5, 2017 at 6:15pm
[5 replies] Last: Thank you!!:) Much appreciated for the help! Not that advanced yet... (by CoderGirlV)
|
by plaxeko01
Hey Folks. Just a quick question
|
|
Apr 5, 2017 at 4:45pm
[6 replies] Last: Thanks a lot, AbstractionAnon! (by Enoizat)
|
by Tavalya
code giving unintended result
|
|
Apr 5, 2017 at 4:43pm
[3 replies] Last: you should use code tags so I can respond with line numbers. after R... (by SamuelAdams)
|
by workie
C++
|
|
Apr 5, 2017 at 2:22pm
[1 reply] : for each row print 5 stars. for each row print 5 stars -row nuber... (by codehelper)
|
by anighosh2017
I am facing compiling errors.
|
|
Apr 5, 2017 at 1:50pm
[2 replies] Last: Hello anighosh2017, Welcome to the forum. PLEASE ALWAYS USE CODE TAG... (by Handy Andy)
|
by OlaveraLuffy
Help
|
|
Apr 5, 2017 at 9:46am
[5 replies] Last: Adding one of these two flags: -std=c++11 or -std=gnu++11 to the ... (by Enoizat)
|
by thhs345
Need help with Shopping program?
|
|
Apr 5, 2017 at 9:01am
[17 replies] Last: This is a sample pattern to do what you are looking for: #include <i... (by closed account 48T7M4Gy)
|
by wuyou
i'm a beginner.
|
|
Apr 5, 2017 at 6:25am
[1 reply] : The best way to get help is: 1. Describe the problem. 2. What does the... (by closed account 48T7M4Gy)
|
by hockey34
Linked List Sort Help
|
|
Apr 5, 2017 at 3:43am
[2 replies] Last: Thanks for the help! (by hockey34)
|
by thhs345
Help with Lotto Program
|
|
Apr 5, 2017 at 2:56am
[2 replies] Last: I changed the nested for loop to: for (int i = 0; i < 5; i++) { f... (by thhs345)
|
by imastruggler
Please Help, The program keeps adding up previous expense type
|
|
Apr 5, 2017 at 2:40am
[2 replies] Last: ^ Thanks man! That was the exact problem! (by imastruggler)
|
by Miles Hikari
How do I determine if my iterations are converging?
|
|
Apr 5, 2017 at 1:53am
[3 replies] Last: On the issue of allclose, this is the key to the test while the rest o... (by closed account 48T7M4Gy)
|
by haleonard
Help with simple calculator program
|
|
Apr 5, 2017 at 12:18am
[2 replies] Last: To do what you want you have to parse the input string which means: 1.... (by closed account 48T7M4Gy)
|
Cin input |
|
Apr 5, 2017 at 12:08am
[4 replies] Last: Multiple post, same topic http://www.cplusplus.com/forum/beginner/212... (by SamuelAdams)
|
The number place of a letter in the alphabet |
|
Apr 5, 2017 at 12:08am
[5 replies] Last: Multiple post, same topic http://www.cplusplus.com/forum/beginner/212... (by SamuelAdams)
|
by oceanmachine
How do you access an element within a string?
|
|
Apr 5, 2017 at 12:00am
[1 reply] : Hope this can be useful: // How do you access an element within a s... (by Enoizat)
|