by Gamtester
Best way to use std and where to put it
|
|
[3 replies] Last: Thanks Disch. This was something that was confusing me by looking at s... (by borkus)
|
by PESITdude
whats happening here?
|
|
[2 replies] Last: cin and cout both have implicit casts to void*: http://www.cplusplu... (by Disch)
|
by Gamtester
Best way to use std and where to put it
|
|
[2 replies] Last: Thanks. (by Gamtester)
|
by Ameobea
Calculator Script
|
|
[3 replies] Last: Yeah, I got a chance to compile it and it had like 30 once I closed a ... (by Ameobea)
|
by miaOnDeLine
error: passing as 'this' discards qualifiers
|
|
[2 replies] Last: My Student class class Student { private: string name; stri... (by miaOnDeLine)
|
getline(cin, var) not working |
|
[4 replies] Last: Thank you very much. And I got an answer for option 2 in my other thr... (by Zia Ur Rehman)
|
Input to a character, without pressing return key |
|
[2 replies] Last: Oh. Thanks... That is exactly what I needed... (by Zia Ur Rehman)
|
by Giannisl97
fstream problem
|
|
[3 replies] Last: can someone show me the code pls. I mean smt that works. I need this p... (by Giannisl97)
|
by gratstone
void uses and application
|
|
[6 replies] Last: [quote=Kyon]Void is also used as a parameter to represent the absence ... (by Disch)
|
by szyfuch
The largest sum of elements
|
|
[3 replies] Last: how is that wrong? the task was to find the column with greatest sum. ... (by hamsterman)
|
by Alen75
Hey everybody
|
|
[1 reply] : #include <iostream> using namespace std; int main() { cout ... (by m4ster r0shi)
|
by nathvi
.Exe program in codeblocks?
|
|
[1 reply] : Create a new project, write your code and select Build/Build or press ... (by Athar)
|
C++: generate random symbols in string |
|
[1 reply] : http://www.cplusplus.com/articles/how_to_ask/ (by Bazzy)
|
by Davitosan
Problem with a function inside a class
|
|
[4 replies] Last: I'm just getting familiarized with C++, and since my goal is to develo... (by Davitosan)
|
Error creating multiple text files |
|
[4 replies] Last: good reason not to do it. But then how can i create a loop so the user... (by closed account 4Gb4jE8b)
|
by danpolitte
Heap "was not declared in this scope" error
|
|
[4 replies] Last: Thanks, Bazzy and Davitosan. I'm just having a little trouble getting... (by danpolitte)
|
by Toothkiller
Error in constructor
|
|
[2 replies] Last: ah thank you. Also you're missing a semicolon on line 5. also ... (by Toothkiller)
|
by pirlo89
Problem with a BST (binary search tree) !!!
|
|
[8 replies] Last: thank you very much :) i cant believe i didn't see why that i shoul... (by pirlo89)
|
by lucklesscode
C++ standards are not working for me..
|
|
[10 replies] Last: Microsoft products will prevent you from learning things like linking... (by Disch)
|
by linoch
how to make a loop repeat at a certain point?
|
|
[6 replies] Last: how about using the "The goto statement" Never do that.... (by kbw)
|