by SammyB
Create error output when typing in a non-interger
|
|
[no replies]
|
by drewdizzle92
Multiple programs in one project
|
|
[1 reply] : Each separate program has a main() function. Change the 7 main functi... (by closed account E0p9LyTq)
|
by SlowBug2319
Error writing a vector to a file
|
|
[1 reply] : if (file.is_open) should be if (file.is_open()) . ... (by Repeater)
|
by mim97
How to display a count
|
|
[2 replies] Last: Oops didn't pay attention to that, thankyou for your help (by mim97)
|
by mim97
Display the sum and the count of the positive numbers in a loop.
|
|
[3 replies] Last: Yess perfect, thanks both! (by mim97)
|
by An Integer
Question about how to interpret constructors
|
|
[3 replies] Last: In this example you would call Bob(); the default constructor. It is t... (by Manga)
|
by drewdizzle92
String Search
|
|
[8 replies] Last: Unfortunately this is homework.The problem is : Modify the binarySear... (by drewdizzle92)
|
by zotan
Help with Coroutines
|
|
[2 replies] Last: Thanks for the reply tpb! (by zotan)
|
by Xenos99
If-statement seemingly going off track
|
|
[3 replies] Last: I fixed the problem by saying if (statement1==1 && statement2==2) ... (by Xenos99)
|
by mim97
Calculate cost (if else statements)
|
|
[2 replies] Last: thanks i get it now, much appreciated. (by mim97)
|
by Manga
<ratio>
|
|
[8 replies] Last: @tpb Ok. It looks like I am adding quantities in my example not the r... (by Manga)
|
by Atilliar
I created a .h file and including it breaks my windows form
|
|
[9 replies] Last: Thanks, helios and tpd. That's really interesting. I'll keep this all ... (by Atilliar)
|
by zyan1zyan
problem with the below HackerRank question, giving WA in three TestCases.
|
|
[11 replies] Last: #include<bits/stdc++.h> using namespace std; #define ll long long #def... (by jabbar1701)
|
by drewdizzle92
population increase program
|
|
[2 replies] Last: thanks a bunch Jaybob (by drewdizzle92)
|
by gatinha123
OpenGL black window
|
|
[6 replies] Last: Hello, sorry for not responding, I've been very busy for the past few ... (by Uk Marine)
|
by EmilianoG
Creating objects of a class with a for loop, then an array containing values from one of the class members.
|
|
[2 replies] Last: Thanks Hugo! Your comment helped me fix the problem and the program ru... (by EmilianoG)
|
by t009
obj\Release\main.o:main.cpp:(.text.startup+0x23f)||undefined reference to `List_strm::List_strm()'
|
|
[5 replies] Last: Later in the same example (from http://stroustrup.com/Programming/Solu... (by mbozzi)
|
by watted
help with minesweeper game
|
|
[2 replies] Last: Thank you so much ^_^ (by watted)
|
by sc7
Problem with Implementing hackerrank question
|
|
[1 reply] : Can you guys maybe post about this stuff after the contest is over? 1.... (by icy1)
|
by ashishyadav
need hint on graph theory
|
|
[9 replies] Last: @zyan1zyan. Pm me i can debug your code (by closed account 1TD80pDG)
|