by mazaret
objective c ide
|
|
[no replies]
|
by maykh
Need help with my project
|
|
[4 replies] Last: @AbstractionAnon we haven't taken structs in class, but I just read m... (by maykh)
|
by RAVSHAN02
Need help understanding C-string question
|
|
[5 replies] Last: why is there s.c_str() and not just "s" as in strcpy(a,c)? s is a str... (by AbstractionAnon)
|
by kabble
Need help ,little bit support
|
|
[1 reply] : For the first one, the user will enter one of 'H', 'U', or 'P'. Based... (by koothkeeper)
|
by yash8087
problem with functions for vectors
|
|
[3 replies] Last: What exactly are you trying to do in that if statement? Did you look... (by jlb)
|
by axiaxi
character counting program error
|
|
[1 reply] : Line 19: Reading in another character before you've used the first one... (by tallyman)
|
by Archangelion
D&D Combat Program Errors
|
|
[4 replies] Last: Lines 89-92: You have an infinite loop. If selection is out of range... (by AbstractionAnon)
|
problem finding valid decimal number |
|
[7 replies] Last: i tried bt it didnt work, shows error!! Could you show us the code ... (by chicofeo)
|
by WanHazyan
Help, I totally don't understand why my code is not working
|
|
[2 replies] Last: Ouh, I see.. actually I'm upgrading the code from my previous assignm... (by WanHazyan)
|
by malkews
reverse the digits of elements of array
|
|
[3 replies] Last: Not only are lines 7 & 8 non-standard C++, but they are also not part ... (by dhayden)
|
by mancer
Finding the salary
|
|
[4 replies] Last: @mancer: Do you understand what the comma operator in C++ actually do... (by MikeyBoy)
|
substring is out of range error |
|
[2 replies] Last: Imagine calling this function with an empty string: size() will return... (by tipaye)
|
recursion |
|
[3 replies] Last: #include <iostream> void print_terms_from( int n, int max_n ) { ... (by JLBorges)
|
by C0D3FR3AK
Two errors that I can't figure out (WHY!)
|
|
[3 replies] Last: Like Zombie dude said, the problem at the end stems from the local fun... (by tipaye)
|
by Lyaman
Books
|
|
[no replies]
|
Code Review |
|
[3 replies] Last: // make string to lower... std::string make_lower( std::string the_st... (by JLBorges)
|
by gspere
Tic Tac Toe Using 2D arrays
|
|
[3 replies] Last: Hello, In your Function void updateBoard you can use a few if statem... (by McNo)
|
change lowercase string to uppercase |
|
[2 replies] Last: #include <algorithm> string changeCase(const string & s) { string ... (by naraku9333)
|
Good beginner source project |
|
[2 replies] Last: Awesome, Thats perfect! Thank You! (by JenniferLostTheWar)
|
by drtran83
Need some guidence please....
|
|
[2 replies] Last: Here is the second part of the instructions that has got me confused, ... (by drtran83)
|