by Mr potato19
Flipped numbers
|
|
[2 replies] Last: I want this code to give the result 1 4 7 2 5 8 3 6 9 now it gives m... (by Mr potato19)
|
by aaronpeart
Delimiter not working
|
|
[9 replies] Last: No sweat. Good luck! (by tpb)
|
Counting vowels from a text file |
|
[1 reply] : The name of the language is C++ and yet you still write C += 1 !? Wha... (by tpb)
|
by Jack Lalane
MUD (reading in txt file)
|
|
[1 reply] : What is the "javascript:tx" about? Post the first 50 lines of that fi... (by tpb)
|
by hassanAman
Calling Contructor With Params outside function scope
|
|
[1 reply] : * What compiler are you using? * What's the definition of Bar? * What'... (by helios)
|
by Dolphin12
to_string error
|
|
[16 replies] Last: I'm not sure what you mean. You have to create the input file if you w... (by Ganado)
|
arrays |
|
[3 replies] Last: It's critical to indent your code so that it matches the actual block ... (by dhayden)
|
This is for a hotel system but i cant seem to get it to work |
|
[1 reply] : 29: drop the void 41: You are trying to define a function inside anoth... (by Repeater)
|
by Mahmoud899
Permutations with specified sample space
|
|
[4 replies] Last: #include <iostream> #include <vector> #include <string> using namesp... (by lastchance)
|
by Mr potato19
Matrix
|
|
[1 reply] : your loop boils down to: for i = 1 to 9 cout i with an end of line e... (by jonnin)
|
by stav
constexptr to calculate something at compiletime
|
|
[1 reply] : Will it then calculate the endianness at compile time? instead of run... (by Ganado)
|
by Mr potato19
Flipped numbers Print out some numbers
|
|
[3 replies] Last: Your code has an array that has 3 rows and 3 columns. Your loops, howe... (by keskiverto)
|
by Mr potato19
Overlap percentage
|
|
[2 replies] Last: All that I wrote in your first thread http://www.cplusplus.com/forum/g... (by keskiverto)
|
by Mr potato19
Counting magic numbers
|
|
[1 reply] : All that I wrote in your first thread http://www.cplusplus.com/forum/g... (by keskiverto)
|
by Foxydf
Table Access
|
|
[1 reply] : One idea is to use std::map. http://thispointer.com/stdmap-tutorial-pa... (by Thomas1965)
|
by louish
do while loop needs help.
|
|
[4 replies] Last: Duplicate of http://www.cplusplus.com/forum/beginner/234497/ . Please... (by MikeyBoy)
|
by lake0829
C2601
|
|
[4 replies] Last: http://www.cplusplus.com/reference/cstring/strlen/ (by MikeyBoy)
|
Function to convert lowercase s to uppercase in string(without #<algorithm>) |
|
[1 reply] : You can just use a for loop and use islower and toupper. #include <cct... (by Thomas1965)
|
by nonus
Assistance with looping variances
|
|
[1 reply] : indent your code > but I'm having problems doing the Do-While. ¿wha... (by ne555)
|
by Cambalinho
when and why use explicit?
|
|
[5 replies] Last: thank you so much for all to all. now i understand more about explicit... (by Cambalinho)
|