by Disch
Is it harmful to create 1000s of mutexes?
|
|
[2 replies] Last: Cool. That thread suggests that having a lot of mutexes is not expens... (by Disch)
|
by jhonny92
C++ Program to initiate through command line
|
|
[no replies]
|
by menewbie
Reading file values by passing reference to a function
|
|
[9 replies] Last: Thanks All of you especially cire and Caligulaminus :) cheers (by menewbie)
|
by Tooflyforyou
Student grade assignment
|
|
[no replies]
|
by Lemonkiss
Need Help with While LOOP
|
|
[8 replies] Last: Yea, that's what I thought, didn't worked because I wasn't testing the... (by Lemonkiss)
|
Classroom Structure |
|
[2 replies] Last: I see you wish to create functions to do this, but are you not allowed... (by booradley60)
|
C++ Program that accept the height of Philippine FLAG and display the flag! |
|
[3 replies] Last: Maybe it was an example how you should not write your code? (by MiiNiPaa)
|
running on windows |
|
[5 replies] Last: *steps bravely forward* I will try it! (sandboxes are made for this ;)... (by closed account Dy7SLyTq)
|
by Fifolifo
Move a node to the front of a doubly linked list
|
|
[2 replies] Last: Thanks for the help! (by Fifolifo)
|
STL & Data Structures |
|
[8 replies] Last: Just pretend that size is non-constant and actually is received from u... (by MiiNiPaa)
|
by Jordann
printing function output to a file
|
|
[2 replies] Last: fcin.open("inputFileName"); It does not open the file specified by us... (by MiiNiPaa)
|
by tegi00
Getting a strange error in my RPN Calculator program that uses array implementation of a stack
|
|
[2 replies] Last: since line 45 (and 63) does nothing you cannot store more than 2 eleme... (by coder777)
|
by omiexstrike
Solved.
|
|
[2 replies] Last: This part is your main problem: std::ostream& operator<<(std::ostre... (by Shonei)
|
by bpince
C++ error
|
|
[10 replies] Last: main now looks like: int main(int argc, const char * argv ) { Queue... (by bpince)
|
by Nic Bonzani
Using CTRL+X to end a stream?
|
|
[2 replies] Last: #include <iostream> int main() { constexpr int ctrl_x = 24 ; // ... (by JLBorges)
|
by LB
Use member of value as key to map
|
|
[9 replies] Last: OK, so what I'm getting is, Boost is not the answer here. Thanks for t... (by LB)
|
by shamieh
Static Variables, Need Help!
|
|
[7 replies] Last: How do I make my "return type" not pass-by-pass reference? I guess tha... (by shamieh)
|
Functions in Classes |
|
[1 reply] : You need a constructor, a function called add, and a function called p... (by ats15)
|
by waffle200
Help me about Strings please :(
|
|
[1 reply] : I believe you are dealing with fstream's. Here is some sample stuff. H... (by bingo1)
|
by Sephiroth
How to declare an empty method?
|
|
[2 replies] Last: That is it! I forgot the "= 0" at the end of my definition. Thanks for... (by Sephiroth)
|