by ahmed55
need help at dp
|
|
[1 reply] : Can you specific information about what you want to learn? (by Bdanielz)
|
by Aideux
Reoccurring number?
|
|
[10 replies] Last: I was trying to make it so that the value -999 was not included in th... (by MiiNiPaa)
|
by jpanther
writing to a binary file
|
|
[2 replies] Last: Sorry for that. officeBuilding is the variable name for my 2D array: ... (by jpanther)
|
Functions |
|
[1 reply] : #include <iostream> // return the reverse of a number int reverse( i... (by JLBorges)
|
by ibbi
BMI calculator
|
|
[7 replies] Last: The only thing I could suggest is to check that you are definitely com... (by Norm Gunderson)
|
by mikeStein
Array output issue
|
|
[no replies]
|
Do-while loop |
|
[5 replies] Last: #include <iostream> #include <string> int main() { std::string n... (by closed account E0p9LyTq)
|
by raj1213
[Error] D:\old hdd\cpp programs\hcfandlcm.cpp:16: parse error before `;'
|
|
[3 replies] Last: What is your compiler? By the look of your code it is not one that fi... (by closed account E0p9LyTq)
|
by besurk
Need help decoding a string
|
|
[4 replies] Last: if (sequence.size()!= 9) { return true; } else { return false; } ... (by closed account E0p9LyTq)
|
vector of a vector with char index |
|
[6 replies] Last: Thank you.. (by JoshuaMostafa)
|
by pcp7
Do While Menu
|
|
[no replies]
|
How a constructor works |
|
[3 replies] Last: //It will work just the same as doing it in the constructor. Only for... (by MiiNiPaa)
|
by aidad
for loop
|
|
[1 reply] : Iteration 1: i = 1 j = (7 && i < 10) = (true && true) = 1 j++ + ++i = ... (by MiiNiPaa)
|
by Trent10van
how to tranlate psuedo code
|
|
[2 replies] Last: Thank you I am very new to writing code and I have no idea what this a... (by Trent10van)
|
by jdm1891
SFML TileMap collision help
|
|
[no replies]
|
by hebrerillo
const reference return
|
|
[4 replies] Last: Ok MiiNiPaa! Now I got it!! Thank you very much for your help! (by hebrerillo)
|
by cengineer222
repeating program
|
|
[2 replies] Last: for loop while loop if statement or a boolean will all allow you to re... (by SamuelAdams)
|
by osur
getline causing Segmentation fault
|
|
[16 replies] Last: True (by closed account 48T7M4Gy)
|
I broke something, even cin statements not working |
|
[11 replies] Last: Problem solved. If a wrong type of input is attempted to ve retrieved... (by DarkLightHitomi)
|
by Beginner1551
Simple code problem
|
|
[9 replies] Last: Corrected [ #include <iostream> using namespace std; int main() { d... (by cengineer222)
|