by random132
help with minor blackjack program
|
|
[2 replies] Last: hi, that wasn't the problem, but i managed to figure it out, thanks an... (by random132)
|
by ktm
How to use a command line inside a header file ?
|
|
[3 replies] Last: I think you need to speak to your professor and get him to explain wha... (by ajh32)
|
by Archibal
using VC++ dll in C++
|
|
[1 reply] : what do you think what VC++ is? (by coder777)
|
by Aryzel
Strange problem with extern "C" (not the usual one)
|
|
[2 replies] Last: Thanks Peter, that could be related, but is not very clearly worded (t... (by Aryzel)
|
by xzki
Closed
|
|
[3 replies] Last: im assuming you are both in the same class http://www.cplusplus.com/fo... (by jumperkid400)
|
by Felicia123
Question objective
|
|
[2 replies] Last: because all array is like reference & . so i think that array is alrea... (by Felicia123)
|
by martianxx
Container to store Different Object Types
|
|
[4 replies] Last: The Wiki page http://en.wikipedia.org/wiki/Run-time_type_information ... (by martianxx)
|
by ftball
How to use same object in multiple modules?
|
|
[5 replies] Last: Thanks a lot. But I think I might be back with some more questions. (by ftball)
|
by puntino
expected initializer
|
|
[2 replies] Last: Dear Zhuge, Mistakenly, I've posted the code of Poin.h twice, you need... (by puntino)
|
by TTT
Edge Detection
|
|
[1 reply] : check out the opencv library (by Darkmaster)
|
by game
Ordering txt file consistently
|
|
[5 replies] Last: you can either sort the output before you write to the files or you ne... (by Darkmaster)
|
by xzki
Fatal Error Issue
|
|
[14 replies] Last: you could still use strings and the function c_str() ;) (by Darkmaster)
|
by whwhwh
Sorting 2D arrays
|
|
[4 replies] Last: The first is trivial: just call sort() on every row. template<size_t... (by Cubbi)
|
by expert4c
I need urgent Help with Access violation reading location.
|
|
[3 replies] Last: Thanks from all of you, I will check your solutions. Dear iHutch105, m... (by expert4c)
|
by dflash
BIG PROBLEM!!!!!!!!!!!
|
|
[2 replies] Last: Hey, this is a very common thing, you can see the beginner forum there... (by closed account ETAkoG1T)
|
by The Snowman
What are enumeration types?
|
|
[2 replies] Last: http://www.cplusplus.com/doc/tutorial/other_data_types/ (by Darkmaster)
|
by nickmp
Reading file contents into an array of structures
|
|
[2 replies] Last: My teacher wants us to use functions as much as possible. If i do keep... (by nickmp)
|
by myslf
CLASS TO CONVERT FROM ANY NUMBER BASE TO ANOTHER
|
|
[5 replies] Last: http://www.cplusplus.com/doc/tutorial/ more specifically: http://www.... (by Script Coder)
|
by marine1
incorrect incrementing of array elements
|
|
[6 replies] Last: Just got home. I made the change you recommended along with another. T... (by marine1)
|
by Aderic
Poor code layout?
|
|
[8 replies] Last: It's not insane: sometimes complex libraries that consist of many sou... (by Aderic)
|