by TheArk
Menu program with functions
|
|
[6 replies] Last: Hello TheArk, Just an observation here. Looking at your program you a... (by Handy Andy)
|
by Tobruk
Unexpected request for user input while executing cin.ignore()
|
|
[3 replies] Last: I'd start by rearranging your loop to use a while() loop instead of th... (by jlb)
|
checkBoard function |
|
[15 replies] Last: yeah we haven't gone over bit maps at all, so is there another way I c... (by alextexasfan12)
|
by ebii
Composition
|
|
[6 replies] Last: thanks alot kesk but i mange to understand what was wrong without usi... (by ebii)
|
by bluefrog
connect to SQL Anywhere 17
|
|
[no replies]
|
by Tobruk
Stream exceptions
|
|
[3 replies] Last: I suspect that *line doesn't contain what you think it does. Here i... (by dhayden)
|
by CosminPerRam
C++/SFML music change speed/tempo?
|
|
[2 replies] Last: yes, but i want to change the tempo/speed of the music, i'll ask there... (by CosminPerRam)
|
by Flaze07
what happens after memory leaks ?
|
|
[9 replies] Last: haha guess now their gates are gone they have to be more active (by Flaze07)
|
by Tobruk
function return extern custom_namespace::enum
|
|
[4 replies] Last: main.cpp: #include <iostream> #include <limits> #include "word.h" v... (by Enoizat)
|
by bluefrog
mutable mutex
|
|
[3 replies] Last: That's right. Herb Sutter calls that "The M&M Rule": mutex and mutable... (by Cubbi)
|
by Voroshek
Diffirent methods in the class trough pointer
|
|
[4 replies] Last: Now I will make functions with diffirent parameters: void fn_1(My_ty... (by dhayden)
|
by zeda
Reading data from text file
|
|
[3 replies] Last: Thanks jonnin for your kind help and Enoizat thanks for your tip. (by zeda)
|
by Natasha2210
What is the difference between cout.precision() and setprecision()?
|
|
[1 reply] : See this: http://www.cplusplus.com/reference/iomanip/setprecision/ T... (by coder777)
|
by Meden
Project Euler problem 20. Getting wrong answer
|
|
[5 replies] Last: #include <iostream> #include <vector> #include <numeric> using namesp... (by lastchance)
|
Error help |
|
[6 replies] Last: My full program is now: Record.h #include <cstdlib> #include <iostre... (by Griffinflame21)
|
by akash16
BST and Self Balancing BST
|
|
[no replies]
|
testBed issue |
|
[no replies]
|
by mlholder
Simple Program Is Skipping Statements
|
|
[4 replies] Last: Thank you very much for your explanation. It also clears up some other... (by mlholder)
|
save function |
|
[8 replies] Last: What's weird about this, this actually works, but then I do the comput... (by alextexasfan12)
|
by akash16
std::set and std::map
|
|
[5 replies] Last: Underline data structure: set/map - r... (by akash16)
|