by atrom
Matrix Output in Console
|
|
[3 replies] Last: Ahh you were right. I altered the space of the console and it worked! ... (by atrom)
|
by meltorizor
Problem with the very basics - factorial
|
|
[2 replies] Last: You have been right with the missing return value and the decrementati... (by meltorizor)
|
by gr8flmommy
Segmentation Fault - Passing 2D Array to Function
|
|
[2 replies] Last: Thank you so much Chervil! That fixed it! :) (by gr8flmommy)
|
by motokosan100
Trying to understand a code.
|
|
[4 replies] Last: thank you very much! (by motokosan100)
|
by mmgh
segmentation fault on std::sort with lambda expression
|
|
[2 replies] Last: std::vector<star> star; std::vector<planet> planet Hard to ke... (by gunnerfunner)
|
by adam2016
QT IDE
|
|
[4 replies] Last: A framework is like a library. But in a library you have the freedom... (by yanevski)
|
by DesmondLee
Deduce Output explanation Help.
|
|
[4 replies] Last: @gunnerfunner @Troat Thanks for the reply! it gives me much more under... (by DesmondLee)
|
by brandonb
Guessing game with binary numbers
|
|
[2 replies] Last: #include <iostream> #include <bitset> #include <string> #include <bit... (by JLBorges)
|
by Andy1222
Please help here.
|
|
[3 replies] Last: thank you guys for the help (by Andy1222)
|
by chiaritoj
How can I get my one form to open another I made?
|
|
[2 replies] Last: Thanks! It helped a lot. At first I thought that something was wrong w... (by chiaritoj)
|
by bbs
Crash if it is false
|
|
[1 reply] : On line 14 check that s != 0 if(n / s == n1) What is this program s... (by Thomas1965)
|
by takaflaka
Calculating Square Root Using Expression
|
|
[3 replies] Last: how would I be able to make it so it'll take current value and the pr... (by Chervil)
|
by Crim
Program closes after first step
|
|
[5 replies] Last: Thank you all for the help! Really appreciate it (by Crim)
|
by play4u
Operation with one word at a time?
|
|
[3 replies] Last: Hey guys, thanks for the quick responses. coder 777 can you elaborate ... (by play4u)
|
by Andy1222
variable being used without Initializing
|
|
[5 replies] Last: that's a lot of If statements it would be easier and more readable to ... (by adam2016)
|
How to Copy an integer array to array of characters(STRING) ? |
|
[no replies]
|
by takaflaka
Nested Switch Statement
|
|
[2 replies] Last: #include<iostream> using namespace std; int main(){ int answer = 0;... (by bird1234)
|
by takaflaka
Uppercase or Lowercase
|
|
[12 replies] Last: @bird1234 My apologies, I just noticed I directed my comment to you ... (by closed account 48T7M4Gy)
|
Reading file errors |
|
[5 replies] Last: it isn't working, it just prints 2 0s It's a good idea to check that... (by Chervil)
|
by MisterTams
TicTacToe not ending the game?
|
|
[1 reply] : The reason why checkWinner() never returns true is that you compare wi... (by coder777)
|