by aylnon
Include problems with headers
|
|
[3 replies] Last: In the header, then source files which #include your header will also ... (by Bazzy)
|
by Jauch
Using overloded [] problem
|
|
[1 reply] : That is because item_a is a pointer, not an object you should be able... (by Bazzy)
|
by QuantGuy
Eclipse Compiler
|
|
[1 reply] : You should have <iostream> (Current Standard), not <iostream.h> (Old) ... (by Bazzy)
|
outputing a 2d array to file |
|
[1 reply] : You should be using 2 for loops for reading the data, from that you ca... (by Warnis)
|
by Lilium426
where is "namespace std" defined
|
|
[3 replies] Last: Oh, I understand. Thanks! (by Lilium426)
|
by gunsnet
loop inside the loop hlp
|
|
[1 reply] : No need for embedded for-loops #include <iostream> using namesp... (by Tevsky)
|
by vince510
math question for my program
|
|
[4 replies] Last: I compiled the program but i don't think its working. I am not very g... (by vince510)
|
Accessing variables in a structure |
|
[5 replies] Last: oh alright, i got it. i had read in the cplusplus tutorial that only ... (by theturbanator)
|
by CodeBugs
Storing pointers to dynamic memory in a <map>
|
|
[8 replies] Last: OK I've done this in phidgetmanager.h : // Definition (?) outsid... (by CodeBugs)
|
by twoscoops
Back to basics
|
|
[6 replies] Last: Like it has been said, you can just think of a "reference" as just bei... (by firedraco)
|
by CodeBugs
Are pure virtual constructors possible ?
|
|
[10 replies] Last: kempofighter, Thanks for your reply, I think you've answered what I... (by CodeBugs)
|
by fire child
I have never seen this error before
|
|
[3 replies] Last: Ok I've found where my problem is How do I set randnum to the number ... (by fire child)
|
by Force
Exercise with multiple includes
|
|
[4 replies] Last: Thanks for the reply. (by Force)
|
by Bv202
Fractions
|
|
[5 replies] Last: My bad ^^ (by mcleano)
|
by areyoupp
<< and >> operator problem
|
|
[4 replies] Last: oh yes.That's ok. and discoverable .thank u again (by areyoupp)
|
by steelslasher
Get filename from path
|
|
[2 replies] Last: thanks helios, i can now carry on with my projects thanks to you! (by steelslasher)
|
by prolink007
getline() and segmentation fault
|
|
[2 replies] Last: Thanks helios, that worked. (by prolink007)
|
by easyz
Pointers and dinamic memory
|
|
[8 replies] Last: This is stiil me, but from another username. the problem is not in th... (by Timtam)
|
by Raupi
100000000000000000000000 in cpp
|
|
[5 replies] Last: Thanks to everyone; these helped a lot. (by Raupi)
|
by SoulRyder
What is exactly the difference in << and >>
|
|
[2 replies] Last: Ok thanks for your clear and fast explanation :D (by SoulRyder)
|