by drutger
Function question
|
|
[3 replies] Last: I would hazard a guess that 'a' represents 'addition', so if it did no... (by awasteoflife)
|
wat is preprocesor |
|
[5 replies] Last: @eker676: Yes i guessed that was the case afterwards when I read where... (by awasteoflife)
|
by tan247
Using the getline function
|
|
[6 replies] Last: Which incidentally is what you should have done in the first place. (by guestgulkan)
|
by Warrior2089
How do I find all my posts?
|
|
[1 reply] : http://www.cplusplus.com/forum/myposts.cgi (by helios)
|
by waferstix
Pow function using repetitive addition
|
|
[1 reply] : I'll walk you through getting started. You know you need to write a... (by seymore15074)
|
by frozenmind
Urgent problem
|
|
[3 replies] Last: All of the code is there. You just have to merge it together. Replace ... (by eker676)
|
wat is namespace std |
|
[1 reply] : In C++ if you didn't include using namespace std; in your file you w... (by eker676)
|
by elshrew
cout affects memory contents?
|
|
[no replies]
|
by malcolmdko
alphabetic order problem
|
|
[no replies]
|
please explain about iostream |
|
[3 replies] Last: Speaking of <iostream> vs. <stdio.h> does an experienced C++ programme... (by wretch)
|
by Atrus
expected initializer before ‘&’ token
|
|
[1 reply] : Did you mean to write "organsim" on line 1 of the source? This also... (by g0dwyn)
|
dynamic multidimensional arrays |
|
[3 replies] Last: OOps, now I feel chicky... I figured out that the code works fine w... (by nicolasfranck)
|
by masiht
question about loops
|
|
[8 replies] Last: My code was only ment to show the construction: it wasn't correct code... (by Scipio)
|
by Zachary
nested loop problem
|
|
[7 replies] Last: Scipio -- you are quickly becoming my new best friend. I'm honore... (by Scipio)
|
want to know about function |
|
[4 replies] Last: damn, I knew there would be an execption... I was just trying to soun... (by awasteoflife)
|
namespace confusion |
|
[2 replies] Last: The namespace is like the company, having different namespace (eg name... (by Bazzy)
|
wat is namespace std |
|
[2 replies] Last: The std namespace contains every function, class or object from the ... (by Bazzy)
|
by err0r1212
Number guessing Game INVERTED - PROBLEM
|
|
[6 replies] Last: yes... after you calculate the guess char relation; do{ cou... (by awasteoflife)
|
Basics of C++ |
|
[1 reply] : Sounds like you want us to do your homework for you... (by Return 0)
|
by neptune21
selecting a case
|
|
[2 replies] Last: i have been trying to uplaod a txt file named (one_star) for exm. whi... (by neptune21)
|