by enterprize
creating streams
|
|
[4 replies] Last: That's what istream and ostream are, streams who's details are obscure... (by kbw)
|
by hybzik
trying out fork() and wait(), compiler seems to forget what dereferencing is
|
|
[1 reply] : wait is undeclared (which is not at all what the compiler is saying, b... (by jsmith)
|
tic tac toe |
|
[1 reply] : if (v=1) Assigns 1 to the variable v, then tests whether or n... (by jsmith)
|
by A Atta
Static data member doesn't maintain its value
|
|
[1 reply] : Have a look through the VS2008 release notes. My guess is that this w... (by PanGalactic)
|
by cortez
Stuck on a function.
|
|
[3 replies] Last: I imagine the problem means that for every thousand gallons above 3000... (by dan1973)
|
by whitesnow
What's wrong with this..... Pointer Variables//Addresses
|
|
[6 replies] Last: Darn I am having more trouble now, I need to find information on "set... (by m4ster r0shi)
|
by ollie
Linked list error
|
|
[2 replies] Last: I found that I actually did not use inheritance correctly so have it s... (by ollie)
|
by Greek89
Pointers...wait..WHAT?
|
|
[2 replies] Last: Pointer are - as the name suggests - pointing to some other informati... (by imi)
|
by clio78
storing values. ARRAYS ETC
|
|
[3 replies] Last: Ok, I got it. If you know the number of iterations (i.e. how many time... (by m4ster r0shi)
|
by sanalsprasad
Finding a palindrome number
|
|
[5 replies] Last: i found a code for converting int to string. and now my functon works ... (by sanalsprasad)
|
by ElMatador
deleting pointers
|
|
[7 replies] Last: Hi, I've been reading through those two links and I can't really see a... (by ElMatador)
|
by aztecatenocx
True/ false test program
|
|
[3 replies] Last: They aren't hard-coded. The first line of the input file has the corr... (by Duthomhas)
|
by TonyT
Cannot get the ouput code?
|
|
[6 replies] Last: Ooops sorry about that, I didn't saw that's already been declared. (3:... (by blackcoder41)
|
by DeadH34d
Quick question about seeding rand
|
|
[3 replies] Last: Seed once and only once. Seeding more often than that reduces randomn... (by jsmith)
|
by Aaronmk2
How would I error check this
|
|
[no replies]
|
by adam8797
Form
|
|
[6 replies] Last: Google it. (by Duthomhas)
|
by Phasa
Assertion Failure Using Vector
|
|
[10 replies] Last: I think you're right. I tried it in Codeblocks and removed "stdafx.h",... (by Phasa)
|
by lovely6922
Problems with a do while loop
|
|
[5 replies] Last: I solved it for some reason it didn't like my else statement. It wante... (by lovely6922)
|
by jinjin12
a-z, 1-9 in c++?
|
|
[14 replies] Last: http://cplusplus.com/reference/ EDIT: Yep, I used the reference. Aw... (by Albatross)
|
by ashd
How to use class function in another class?
|
|
[1 reply] : Tsk tsk tsk. Class needs to be not capitalized. :) And you need a... (by Albatross)
|