by exenam
Linking boost library makefile error
|
|
[2 replies] Last: Thank a lot! It helped;) (by exenam)
|
by enemy
for loop shape
|
|
[3 replies] Last: Thanks, Chervil, finnaly clear!!! (by enemy)
|
by subnormAlly
file input & modifying strings
|
|
[3 replies] Last: Well, as a high-level view of the requirements, I'd say you need to r... (by Chervil)
|
by Mehdinaqvi
any one have the code of e-diary?
|
|
[1 reply] : Dupe post http://www.cplusplus.com/forum/general/119414/ (by SamuelAdams)
|
2d-array syntax problem |
|
[9 replies] Last: oh... ok i found it! :D gotta do some studying here... (by NoobProgrammer03)
|
by Bubiche
What does the & in front of a string name means
|
|
[1 reply] : In C++, the ampersand symbol & has three possible meanings depending... (by Catfish666)
|
Reverse, max & min, sort, average of an array |
|
[1 reply] : Well, not a word of thanks (or disapproval, or any response at all) fo... (by Chervil)
|
by nvrmnd
no match for operator << ?? why ??
|
|
[5 replies] Last: oh, i see thanks for the help !!! (by nvrmnd)
|
by enemy
#ifndef PERSON_H
|
|
[4 replies] Last: You will need to make a new file called "person.h" and copy paste thos... (by Mats)
|
by BrianA
Matrix
|
|
[1 reply] : You can store a matrix in a 2D array. int matrix ; //A 2 x 2 matri... (by Mats)
|
by Zorthos
Dynamic Arrays of Objects
|
|
[2 replies] Last: Hey, yeah, I already have my templates setup as well as my base class.... (by Zorthos)
|
by owemeacent
Should I learn C++ as a first language?
|
|
[13 replies] Last: C, C++, Java, Python, they are all about as good as languages get and ... (by Mats)
|
by Ch1156
Need help with this dont know whats wrong
|
|
[5 replies] Last: you can put the declarations in the header/.h file and the implement... (by coder777)
|
by roe10
Pointers and references
|
|
[6 replies] Last: and can't function return a const value? It can, but this way it's a ... (by coder777)
|
by h4ever
abstract methods, virtual methods (1,2,3)
|
|
[53 replies] Last: Ok, thanks for explanation. I was looking for some result declaration ... (by h4ever)
|
Books for a beginner. |
|
[2 replies] Last: there is a book i always hear : Beginning C++ through game programmin... (by nvrmnd)
|
by jjaworski321
Getting rid of a period
|
|
[2 replies] Last: Great idea, thank you! (by jjaworski321)
|
Reading text file into a struct |
|
[7 replies] Last: Well, there are a number of issues here. For one thing, the use of glo... (by Chervil)
|
getting the average within a file |
|
[6 replies] Last: Is it possible to do it using arrays? (by cplusbeginner)
|
by rotorres
Need Help with DNA String Validation
|
|
[3 replies] Last: Ok. Thanks for clearing things up a bit. However, you still haven't sa... (by xismn)
|