by xuancong84
deductible parameter type still requires explicit reference cast, e.g., std::thread
|
|
[2 replies] Last: > Although MSVC compiles successfully but it does not run correctly, b... (by JLBorges)
|
by alex067
Recurrsion
|
|
[2 replies] Last: At the risk of sounding facetious alex067 this is what you get for out... (by closed account 48T7M4Gy)
|
by alex067
Linked List Unhandled Exception
|
|
[8 replies] Last: What happens if the user enters 'Q'? It will print "Invalid" and then... (by JayhawkZombie)
|
by mnm71
How can store size of vector first then do Condition??
|
|
[4 replies] Last: tnx,what can use instead of while() in your code??because I have while... (by mnm71)
|
by alex067
Double Linked List, move?
|
|
[3 replies] Last: It's O(n). Using a for-loop or while loop shouldn't make a difference... (by JayhawkZombie)
|
by m8r
Coffee shop
|
|
[1 reply] : This is what I have so far. Please tell me what I did wrong and what... (by closed account 48T7M4Gy)
|
by J Plant
Accessing a Void difficulty
|
|
[6 replies] Last: Don't get hung up on access to the array. Think of it this way, if yo... (by dhayden)
|
by selflearner
and this is my code How can I write code for words from the file are read into an array of strings, one word per string.?
|
|
[2 replies] Last: thanks ^^ :) (by selflearner)
|
Help with doubly linked list deletion/insertion |
|
[1 reply] : A couple things here: 1) use a different image uploading site, one th... (by JayhawkZombie)
|
by blikzen
passing int array to std::thread
|
|
[6 replies] Last: The error message you provide does not match the code you've given. E... (by cire)
|
error initializer before int |
|
[5 replies] Last: Its like the function is not being recognized. Yes. It is like the ... (by cire)
|
by DrJones
parent pointer will not be set in A*
|
|
[3 replies] Last: I am trying to limit myself here, instead posting a wall of codes.. ... (by cire)
|
Need to make a Four In A Row program, values in 2D array won't change... |
|
[1 reply] : It's very important to format your code nicely so that it can be read ... (by JayhawkZombie)
|
by RayDALL
How to sum rows and sections in 3d array.
|
|
[4 replies] Last: thank you for catching that. It was supposed to be 'l'. I have fixed i... (by RayDALL)
|
Genetic Algorithms |
|
[no replies]
|
by xiaoping1997
i cant read my text file.......
|
|
[3 replies] Last: I haven't tested it, but IIRC calls succeeding the first to fscanf wil... (by cire)
|
Hotel Bill Program |
|
[1 reply] : You have comments from your teacher already. I don't understand what ... (by kbw)
|
by Borneq
How clear all object in contructor?
|
|
[5 replies] Last: If you have an array of 4 elements it's very easy to initialize all of... (by Peter87)
|
by aquavillan
Replacement for sprintf
|
|
[3 replies] Last: See: http://www.drdobbs.com/sutters-mill-the-string-formatters-of-ma/... (by JLBorges)
|
by danjiun
enum in a subclass ...
|
|
[9 replies] Last: May be, previously not work because i use Qt, and it use a intermiddle... (by danjiun)
|