problems of promotion traits |
|
[1 reply] : Both seem to compile and output the same results on Ubuntu 64 using g... (by kfmfe04)
|
by helasraizam
Converting two dimensional array to double pointer (T[][]-->T**)
|
|
[3 replies] Last: I would just have to find the pointer of each 1D array referenced by ... (by Disch)
|
Nested vector holding user-defined class, won't compile |
|
[2 replies] Last: Objects stored in a vector need to be default constructable and assign... (by PanGalactic)
|
by keithzhou
dijkstra algrithm
|
|
[1 reply] : Please do not double post. http://www.cplusplus.com/forum/general/4300... (by PanGalactic)
|
by forpblop
skiping duplicate entries in a program
|
|
[6 replies] Last: Wow great.. it works thanks for your help!! There are some problems th... (by forpblop)
|
by helasraizam
Questions about double-pointers (int** q)
|
|
[2 replies] Last: Thanks Zhuge for your quick response. (by helasraizam)
|
by LittleQuick
Switch statement and Writing to a file
|
|
[2 replies] Last: Posting the rest of your program would be beneficial. Maybe try to dec... (by TrevorD)
|
by bboy212
random function
|
|
[2 replies] Last: http://www.cplusplus.com/reference/clibrary/cstdlib/rand/ (by LittleQuick)
|
by jimmy5023
about this forum
|
|
[2 replies] Last: okay. (by jimmy5023)
|
by joro550
Int to string
|
|
[8 replies] Last: I'm sorry but did any of you even read my post?? I appreciate the ans... (by Duthomhas)
|
by tonnot
How to return different types ? (1,2)
|
|
[29 replies] Last: Well, I figure its worth one more shot... Your design is flawed, an... (by Duthomhas)
|
by nima0102
Get long value from main()
|
|
[2 replies] Last: nima's example number is too large even for a long long. Your best ... (by Disch)
|
by tonnot
Istringstream gives me wrong result for a signed short int
|
|
[1 reply] : This is correct: 38000 wraps around (due to sign extension) to -27536 ... (by kooth)
|
by hydride
Dijkstra's Shortest path algorithm help
|
|
[no replies]
|
by Liang
How to use libraries not in standard path?
|
|
[2 replies] Last: The deal.ii library works using the provided Makefile. But it is very ... (by Liang)
|
by SoftBotter
initializer fails to determine size of...
|
|
[1 reply] : char str = line; 1) This doesn't work and 2) It's kind of stupid ... (by firedraco)
|
by khaled124
c++ window form
|
|
[1 reply] : cli is not C++, but check these links: http://www.functionx.com/cppcli... (by matsom)
|
by benewen
Please review my code.
|
|
[5 replies] Last: The add function he made takes two parameters and then adds them toget... (by king214)
|
by Pascal
Please help!
|
|
[4 replies] Last: THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! When i went back and look... (by Pascal)
|
by chr15chr15
Program terminates unexpectedly
|
|
[1 reply] : The trick is called debugging. Select Debug/Start or "Step Into". Make... (by Athar)
|