by Gondvanaz
What does char bigstr[1000] = "" do?
|
|
[3 replies] Last: This one runs on cpp.sh #include<iostream> using namespace std; i... (by shadder)
|
by Hazem Amr
need help in my c++ project immediately
|
|
[no replies]
|
by Shadyx
Multiple .cpp files problem
|
|
[2 replies] Last: I haven't use Code::blocks for a while but IIRC it is essentially the ... (by closed account 48T7M4Gy)
|
by lionofclouds
error & keep_window_open, WHAT classes?
|
|
[1 reply] : Extracted from http://www.stroustrup.com/Programming/PPP2code/std_lib_... (by JLBorges)
|
by bakersha
Summation and Averaging Problem - Separate Files
|
|
[5 replies] Last: Thank you, everyone for your help! Arslan7041, I made the changes you ... (by bakersha)
|
by Abhi589
Help with a program
|
|
[3 replies] Last: learning is good. doing is better. seeking is good. knowing is better... (by closed account 48bpfSEw)
|
by jkjacks
comparing variable name and string value
|
|
[4 replies] Last: jkjacks You could also use a switch statement with cases 1, 2 & 3 e... (by closed account 48T7M4Gy)
|
by khatereh
Lottery Application
|
|
[3 replies] Last: Look at what the variable match actually is. What is it? I don't kno... (by closed account Sw07fSEw)
|
Question on shared_ptr... |
|
[1 reply] : Use a custom do-nothing deleter. Player player ; std::vector< std::s... (by JLBorges)
|
by dcastro
university proyect
|
|
[7 replies] Last: if (int n; fila = 1 && columna = 1) if the first line and the first c... (by dcastro)
|
by FBHSIE
Not understanding these two things
|
|
[3 replies] Last: Alright, we can address my repeat here, ha. (by FBHSIE)
|
by FBHSIE
If Bug
|
|
[2 replies] Last: Sorry for the repeat. I was unaware I made another thread. (by FBHSIE)
|
by FBHSIE
Homework feedback
|
|
[4 replies] Last: http://prntscr.com/bl2s1y I'm not sure what exactly I missed or why I... (by FBHSIE)
|
by zeeshan786
which one is best book to learn c++
|
|
[11 replies] Last: C++ Without Fear. If you're a total noob, this is the easiest book fo... (by volTron)
|
Calculating GCF and LCM easy way |
|
[no replies]
|
by colinmostyn
Help with 1 part of my code
|
|
[2 replies] Last: When you enter the password and press return in Auth() , the program ... (by dhayden)
|
by sunjinsak
Function returning incorrect value
|
|
[7 replies] Last: Yeah the hex really threw me as well - I guess that should have been m... (by sunjinsak)
|
by Arslan7041
Expected # of flips to get 10 heads in a row? (1,2)
|
|
[21 replies] Last: bool rand_bool() { static std::mt19937 twister( std::time(nullptr... (by JLBorges)
|
by Jiw0on
Booleans (!cin and op!)?
|
|
[4 replies] Last: welcome :) (by shadder)
|
Help with most frequent least frequent letter. |
|
[14 replies] Last: So where is your revised code? (by closed account 48T7M4Gy)
|