a vector of references |
|
[2 replies] Last: Thanks you very much , I used the reference::wrapper n it's workin' ... (by closed account SECMoG1T)
|
by ApacheOmega
compiling qt c++ code with c4droid and android tablet
|
|
[1 reply] : You need to add the following to the project file (*.pro) file: QT... (by rpstew)
|
by charlesh
Unhandled exception at 0x00B9EBA2 in project.exe: 0xC0000005: Access violation reading location 0x0035145C.
|
|
[3 replies] Last: I got it. In the code above after this line I have my checks on seats... (by charlesh)
|
by camwhyy
Help with Menu
|
|
[3 replies] Last: You have 3 different variables called name. Which is illegal. As case ... (by MiiNiPaa)
|
by OmniZeal
Reading x Number of Records in a File
|
|
[no replies]
|
by rx7fc1jz
Having trouble sorting an array with data read from a file.
|
|
[no replies]
|
by wuubb
program skips over user input
|
|
[no replies]
|
by lauweikin
beginner array
|
|
[3 replies] Last: Trying adding a cout statement to tell you that you need to input a nu... (by HatchetMan302)
|
by Nanyo
No output
|
|
[2 replies] Last: ok but when I do it, the program crashes with 6 errors, and my questio... (by Nanyo)
|
by Consultion
Array help
|
|
[4 replies] Last: I understand up to the point of what is what in my function if i set i... (by Consultion)
|
by Consultion
Arrays
|
|
[1 reply] : read the link i posted in your other post. it should how to iterate ov... (by mutexe)
|
by fl4pjacks
Error Message
|
|
[1 reply] : rating is a string. Your function expects an array of strings: change ... (by mutexe)
|
by Nitup
How to access class member and methods from static method(signal handler)
|
|
[4 replies] Last: #include <iostream> #include <csignal> #include <thread> #include <ch... (by JLBorges)
|
Cant get input using getline |
|
[2 replies] Last: thx it worked (by maximumcapacity)
|
by secretfbi1
Add columns in array, help?
|
|
[no replies]
|
by Torm04
C++ Array Help
|
|
[3 replies] Last: Sorry for the late reply. Thank you guys so much for the help. I am go... (by Torm04)
|
by mishappp
Dynamically allocating structures. HW question.
|
|
[3 replies] Last: Use an arrray, like so: #include<iostream> #include<iomanip> #include<... (by coder777)
|
by xgeutzu
Prime - large numbers
|
|
[7 replies] Last: @PCrumley48, your digit count to 14, is wrong. i.e. in 1 to 1000 ther... (by PCrumley48)
|
by Plowman
uninitialized variable
|
|
[1 reply] : You are not reading in the variables properly. Chain them with repeate... (by Zhuge)
|
by Plowman
Entry point not defined?
|
|
[1 reply] : Just going to list the problems that jump out at me with a short descr... (by Z e r e o)
|