by FranciscoSAW
BubbleSort-String Comparison
|
|
[4 replies] Last: yes, it compares them character by character using the ascii table's n... (by jonnin)
|
by uglybetty
c++ project wrapped by java interface
|
|
[1 reply] : Yes, you can call C++ from an Android Java app using JNI. No idea abou... (by helios)
|
by MisterTams
How to do a case insensitive search/comparison of a string?
|
|
[6 replies] Last: > I don't really understand the line that has the for loop. That whole... (by JLBorges)
|
by alexfern
Triangle code
|
|
[1 reply] : #include <iostream> #include <string> using namespace std; int main(... (by lastchance)
|
by MisterTams
How to display only 3 strings from an array per line?
|
|
[4 replies] Last: Chervil, I didn't notice that upon first look. Makes sense and I appr... (by MisterTams)
|
by knoel
fstream.. checking if the file exist
|
|
[7 replies] Last: Try this (first add the book using option 1 and then check for the boo... (by JLBorges)
|
by Hung Do
Shortening code
|
|
[1 reply] : #include <iostream> #include <string> const std::string prompt = "C... (by gunnerfunner)
|
by fguy
Floating point underflow
|
|
[6 replies] Last: so after dividing FLT_TRUE_MIN by 2 I get 0 (zero) which is not what ... (by Chervil)
|
by aabhas2u
storing two nibble in a byte
|
|
[11 replies] Last: I don't think any amount would part me with that thing. You can't get... (by jonnin)
|
Generating a random number |
|
[4 replies] Last: # include <random> ... std::mt19937 gen(std::random_device{}()); std:... (by mbozzi)
|
by test1234
Function
|
|
[3 replies] Last: looks like string in, string out to me. Whether string is a char* std... (by jonnin)
|
by tyronec
Can somebody please code this for me?
|
|
[2 replies] Last: For the 2-10 part you would put. while the side length is less than 2... (by test1234)
|
by Muttlife
How to access a variable inside a class that is edited through functions within the class?
|
|
[3 replies] Last: Thank you @JayhawkZombie! Your answer guided me in the right directi... (by Muttlife)
|
by Werda
Database Project
|
|
[1 reply] : Hello Werda, PLEASE ALWAYS USE CODE TAGS (the <> formatting button) w... (by Handy Andy)
|
Operator Overload Not Working |
|
[no replies]
|
by shycas2008
***Why Won't += Work Here?***
|
|
[1 reply] : You might be confusing your compiler. When math is happening, the << o... (by newbieg)
|
by Ponvo
Overloading operators, matrix arithmetic. Result problem.
|
|
[2 replies] Last: Thank you gunnerfunner, this was useful. I was missing an initializati... (by Ponvo)
|
by zTal74
Help with If
|
|
[2 replies] Last: OK. Please consider focusing on learning English first. Not knowing t... (by zTal74)
|
by urrutiaeric
Calender issues
|
|
[2 replies] Last: @urrutiaeric Made a few minor changes to your code, but the days fall... (by whitenite1)
|
Help with a vertical output question |
|
[4 replies] Last: A small emebellishment #include <iostream> #include <string> int ma... (by closed account 48T7M4Gy)
|