by Shadowdevo
Reading contents from a .txt file & inserting into an array + more [HELP!]
|
|
[1 reply] : Not sure how to get this program to flow with all of these functions t... (by Shadowdevo)
|
by RandomGeek
Kaiji
|
|
[1 reply] : Ok for an easy time I would recommend using a vector/array of strings.... (by YFGHNG)
|
Need Help With My Code |
|
[1 reply] : #include <iostream> #include <string> int main() { char vowel = {... (by closed account 48T7M4Gy)
|
by BEARS
Strings, if, else, while loops, Roman Numerals...
|
|
[3 replies] Last: @OP, @Duoas is suggesting for you to use a c_string, which is basicall... (by YFGHNG)
|
by jeffg64
why do i get letters when multiplying numbers?
|
|
[11 replies] Last: Whatever that's supposed to mean. I guess we'll have to put it down to... (by closed account 48T7M4Gy)
|
by Panda187
Giving Truth Value
|
|
[2 replies] Last: 1. a > b Is that true or false given the values stated for a, b, c & d... (by closed account 48T7M4Gy)
|
using recursion and a ternary operator |
|
[4 replies] Last: So to address this piece of code: return (x&2!=0) ? (bitCounter(x%2)(... (by YFGHNG)
|
by Pollycode
whats wrong with my code?
|
|
[7 replies] Last: OMG... thank you so much! Can't believe it... (by Pollycode)
|
by jeffg64
check my binary to decimal code please.
|
|
[3 replies] Last: Don't double post on same problem. (by closed account 48T7M4Gy)
|
by mentat
adding up multiple numbers
|
|
[5 replies] Last: Then change the code so that it works? If you understand the code you ... (by integralfx)
|
by Panda187
There's something wrong with this code...really ez I know
|
|
[3 replies] Last: > I can't find my error but I know its REALLY EASY if you have the eye... (by JLBorges)
|
by CrashNebula
Debugging the error: expected constructor, destructor, or type conversion
|
|
[2 replies] Last: Oh wow, that cleared everything up. Thank you! (by CrashNebula)
|