by mirec
time loop
|
|
[13 replies] Last: No problem. Glad to help (: (by Lynx876)
|
by cspctec
Help reading numbers from a file
|
|
[1 reply] : I'm not going to say it's the 'best' way of doing this, as there are a... (by Lynx876)
|
by Bodya
dontn't copy its_age Cat's in pointer tmp
|
|
[7 replies] Last: Ok - object frik has no initialize its age because they are not initia... (by Bodya)
|
by Lynx876
Create 'new' array of class, calling non-default constructor?
|
|
[2 replies] Last: Oh wow, didn't think of doing it like that!! Thanks a lot for the repl... (by Lynx876)
|
by Peter7
Deleting a structure
|
|
[7 replies] Last: Thank you for the help! (by Peter7)
|
by donfire
fread (1,2)
|
|
[26 replies] Last: lol Chipp we realise we're from the same country and we just decided t... (by donfire)
|
by Isengardium
How to make program to write on the screen symbols from ASCII
|
|
[2 replies] Last: #include <iostream> int main() { for( int i = 0; i < 255; ++i ) s... (by Lynx876)
|
by Inchidi
if you can then you can ...
|
|
[no replies]
|
by Ch1156
multidimensional array game map help please
|
|
[15 replies] Last: Ok, so I was kind of making this sort of thing yesterday, so I mocked ... (by Lynx876)
|
by shaggy
Another person to work with me?
|
|
[2 replies] Last: Im intrigued, and I'll PM you (if I can- never tried to PM on this web... (by jaded7)
|
by gelatine
system solver. need check
|
|
[2 replies] Last: 1. Read up on code style/practices so that it is easier read. 2. Avoid... (by jaded7)
|
by Heartly R
Sort 2D vector by Multiple columns
|
|
[17 replies] Last: Working fine. I made a mistake. But I want to post what I have did for... (by Heartly R)
|
by DANNY123
please help me revise the function
|
|
[1 reply] : There are an assortment of errors here. I fixed some of them, but also... (by Chervil)
|
by linoge669
find a given letter within a word
|
|
[3 replies] Last: @IceThatJaw There is no any need to declare variable match to keep ... (by vlad from moscow)
|
by Kevinmc
Basic Stats Problem
|
|
[2 replies] Last: Thanks randisking, I think i know where I might got lost. The x of ... (by Kevinmc)
|
by mode12
automatic fail safe for infinite loops?
|
|
[4 replies] Last: thanks so much for your time! (by mode12)
|
by Billy George
Error in converting numbers to roman numerals
|
|
[2 replies] Last: Well I corrected that and so thank you. I found it to be the {} that ... (by Billy George)
|
by nukacola
tic tac toe question
|
|
[1 reply] : The problem is you are returning a bool from the checkWin function but... (by Hippogriff)
|
How to build FLTK on VS 2012 |
|
[no replies]
|
by imgregduh
inheritance + stl map
|
|
[5 replies] Last: > where do i exactly put this line std::map<int, A*> A::database ; ... (by JLBorges)
|