by av16352
How to pass toupper to a string in a 2D array
|
|
[5 replies] Last: Thank you everybody! It's always nice seeing the amount of different w... (by av16352)
|
Bool function |
|
[5 replies] Last: IF that is what you need, then consider: #include <string> #include... (by seeplus)
|
by FairMeaty
Exception handling and Debug Assertion Failed Window
|
|
[3 replies] Last: @OP, did you run the code in DEBUG mode in Visual Studio? In DEBUG mod... (by thmm)
|
by alexas
AxisAngle rotation reverse?
|
|
[7 replies] Last: it's the same, when you add 180 to the angle, you get the opposite. ... (by keskiverto)
|
Array Error (1,2) |
|
[22 replies] Last: If you really want to use new/delete (you shouldn't), then: #includ... (by seeplus)
|
by ninetails99
Create Alphabet from Array 2 dimensions
|
|
[7 replies] Last: #include <iostream> using namespace std; const int M_SIZE {8}; int... (by againtry)
|
by Bill1266
Using Environmental Variables in Windows 10
|
|
[5 replies] Last: Thank you everyone. I'll read up on batch files. (by Bill1266)
|
string error |
|
[1 reply] : goto is bad, very bad. You have no way to programmatically terminat... (by deleted account xyzzy)
|
by felineocity
Unable to find the largest element in array using Dynamic Memory Allocation
|
|
[3 replies] Last: my code would not work setting it to nullptr for multiple reasons. f... (by jonnin)
|
by jaffe15
!= function linked list
|
|
[1 reply] : Line 26: How do you tell that two iterators are not equal? (by Ganado)
|
by batzot
i want to enter q to quit the and y to play the game again but im not sure what code to use. any suggestion??
|
|
[16 replies] Last: so thats the test cases? To answer your question, one way of looking... (by againtry)
|
by nhantrivo
Please help me with file I/O
|
|
[6 replies] Last: Perhaps: #include <iostream> #include <fstream> #include <string> #... (by seeplus)
|
by lelouch420
file i/o loop
|
|
[2 replies] Last: Thank you. My brain is not working right now lol! so simple! (by lelouch420)
|
by DKSpeed
fstream
|
|
[3 replies] Last: why I would use ofstream or ifstream instead of fstream. To express i... (by Ganado)
|
by keskiverto
Help with problem
|
|
[no replies]
|
by kevin0211722
SFML CANNOT FIND -LSFMLxxxx
|
|
[1 reply] : Assuming you're following this to some degree: https://www.sfml-dev.or... (by Ganado)
|
by domweng
How to use 2D Arrays with different types?
|
|
[9 replies] Last: are you still struggling with arrays to functions? here... #includ... (by jonnin)
|
by y19177
A question on sizeof
|
|
[8 replies] Last: #include <iostream> int sumArray( int *p, int n ); int main() { ... (by lastchance)
|
by empleat
cin.get() not calling anything + how to find info?
|
|
[7 replies] Last: [quote=empleat] I don't have imagination, but I Am very creative If y... (by JRManx)
|
by coder0101
adding letters to a string
|
|
[2 replies] Last: You mention letters (which are type char) but use type std::string?? ... (by seeplus)
|