by BrendanKB
Do/While loops
|
|
[17 replies] Last: I've been doing the next question coding and design and come so much c... (by BrendanKB)
|
by Zincott
Tutorial confusion
|
|
[15 replies] Last: Here is the std::function version. Since it isn't easy to post code si... (by Volatile Pulse)
|
by iepah
empty string
|
|
[4 replies] Last: there's no need for void inside main() (by ToniAz)
|
by MaxLascombe
File creation
|
|
[1 reply] : This is an attempt to open a file for reading. It would be silly for s... (by Moschops)
|
by Hippiewho
Program crash after viewing or altering a file
|
|
[1 reply] : The problem is in how your writing to and reading from the file. You c... (by Moschops)
|
by Ch1156
Class help, again
|
|
[8 replies] Last: To elaborate by what I mean with using classes, here is an example: ht... (by Volatile Pulse)
|
by Doth
Unresolved Externals in a string
|
|
[4 replies] Last: Thanks, it is working now, I got confused with the private so I though... (by Doth)
|
by gerfy1
How long does it take to learn c++ (1,2)
|
|
[21 replies] Last: Nah, that is just your interpretation of it. He is just pointing out t... (by BHX)
|
by MasterZero
Typedef translation
|
|
[3 replies] Last: Thank you very much for the quick replies. And thank you again Cubbi f... (by MasterZero)
|
by mayassia
Problem in reading file
|
|
[2 replies] Last: To solve the problem addresed by Moschops, why not use the std::string... (by legolizard)
|
by Gecks
Problems with pure virtual and Factory Method
|
|
[8 replies] Last: Indeed, I don't define any pure virtual functions - but that's not the... (by KRAkatau)
|
dividedByTwo |
|
[12 replies] Last: Well it's better if you don't use the same names in your functions as ... (by Volatile Pulse)
|
by yyoni69
idea for byte circelize
|
|
[6 replies] Last: @viliml I think that your code is incorrect because the type char can... (by vlad from moscow)
|
by spy man
ı could'nt understand
|
|
[5 replies] Last: When you dont understand a piece of code, you should first space it o... (by spy man)
|
by Rajshri
problem with input
|
|
[1 reply] : [quote=man]c Matches a sequence of characters whose length is specifie... (by ne555)
|
by jrgaskey
need help with program in xcode
|
|
[6 replies] Last: And for my 3. and 4., just change the name of the variables to somethi... (by MaxLascombe)
|
by Alirez
Heart pun
|
|
[2 replies] Last: ...did you use Google Translate? It is bad at translating. What lang... (by Zincott)
|
by tatai
How to operate an '.exe' using C++
|
|
[16 replies] Last: _ You need to scape special characters (spaces) _ http://ss64.com/nt/s... (by ne555)
|
A Pattern |
|
[4 replies] Last: oh, well that made sense. :) sorry i forgot , while and for are both l... (by nicole Yoonzy)
|
time error |
|
[9 replies] Last: oh, i forgot the iomanip thing. :) but thanks again and again. :) (by nicole Yoonzy)
|