by firedragon1
Limit number entered and repeating question
|
|
[4 replies] Last: First, please use code tags and format your code, so that it's actuall... (by TwilightSpectre)
|
Corupt compiler problem ? |
|
[9 replies] Last: If it's just your IDE that shows these warnings/errors but the code co... (by Peter87)
|
by NilsAnton
PPP using C++ - Error with first program
|
|
[4 replies] Last: [quote=admkrk]The path you set to std_lib_facilities.h is not right. ... (by Peter87)
|
by stealthboy
Randomly generated square
|
|
[1 reply] : Once you have identified the cells to shade, for each cell, you need t... (by kbw)
|
by ChrisH10
Chutes & Ladders - Void & Int Problem
|
|
[3 replies] Last: On line 8, you state that RollDiceAndMove is a function that returns n... (by firedraco)
|
by stealthboy
Making a frame with asterisks
|
|
[4 replies] Last: Thank you! (by stealthboy)
|
by CodeWriter
SFML woes
|
|
[19 replies] Last: raraku9333, Thanks. I downloaded the incorrect file, cmake-3.5.0-rc1.z... (by CodeWriter)
|
by verdastelo
Stroustrup's PPAP: Chapter 4 Exercise 3
|
|
[2 replies] Last: Understand! Thank you, Peter Olsson! (by verdastelo)
|
by Wheezy
Help with calculating
|
|
[4 replies] Last: Sorry, thought it would be easier. Still need help with this if anyone... (by Wheezy)
|
by keanedawg
Point of #include <new>? Also, what is using std::cout?
|
|
[4 replies] Last: if it is a header, It was a header. But thanks for everyone's comme... (by keanedawg)
|
by Supershock01
Help with excluding numbers
|
|
[2 replies] Last: Oh okay. Thank you very much! (by Supershock01)
|
by madhatter
Program should choose randomly...
|
|
[1 reply] : You haven't written any piece of code that determines whether or not i... (by TarikNeaj)
|
by brinkley182
Rule of 5 help
|
|
[2 replies] Last: Line 78: Why are you using a vector of Card * here? This is going to... (by AbstractionAnon)
|
by hnasr2001
cha * to char conversion
|
|
[1 reply] : What's wrong with? Qbite = line ; (by AbstractionAnon)
|
by stealthboy
Help calling a void function.
|
|
[5 replies] Last: Oh, that last one worked. It seems to be working fine now. Thanks guys (by stealthboy)
|
by kbs96
Inaccurate Results
|
|
[2 replies] Last: Ok, I see what the problem is. Thank you! (by kbs96)
|
by ZahoorKhan
Help to complete this birthday software?
|
|
[7 replies] Last: Is there any short mehod available than above one to solve this proble... (by ZahoorKhan)
|
by LibLife
C++ Class Menu Driven Program
|
|
[5 replies] Last: Please edit your post and place the cod inside code tags. (by jlb)
|
by timmio888
Writing an enum in a struct to a struct array
|
|
[8 replies] Last: AbstractionAnon is right. Somehow I failed to notice that they are cha... (by Thomas1965)
|
by robgeek
Simple question about if-else statement.
|
|
[3 replies] Last: If you want to return the smaller of x and y I think you should pass.... (by robgeek)
|