by Japper28
Wrong amount of elements in my array?
|
|
[11 replies] Last: You do have its own instance of cardDeck in each card. And it is a mir... (by MiiNiPaa)
|
Aborted (core dump) |
|
[3 replies] Last: Thanks a ton for the help! (by catalanor0220)
|
by vishivish01
Nested For Loop
|
|
[15 replies] Last: Oops, yes, you're right. It does NOT happen before the first iteratio... (by MikeyBoy)
|
by aggsyb
checking If a vector contains x integers?
|
|
[7 replies] Last: > The "simplest" way I guess would be a long statement to say if myvec... (by JLBorges)
|
by hah49
strcpy and strcpy_s
|
|
[2 replies] Last: [quote=hah49]i have to get rid of these warning .. There should be op... (by MiiNiPaa)
|
by ashmedai
Help with changing a program
|
|
[4 replies] Last: Thanks guys. i got it, thanky ou for the help once again, i love this ... (by ashmedai)
|
by Aibsr
friend classes and list<ClassSomething*>
|
|
[8 replies] Last: Thank you for your help:) (by Aibsr)
|
by karlsanada13
Creating own strcmp and strcmpi
|
|
[1 reply] : #include<iostream> using namespace std; int ownstrcmp (char str1 , ... (by karlsanada13)
|
by doctab18
String replacement help
|
|
[2 replies] Last: this is a homework assignment using replacement strings. When the code... (by doctab18)
|
by tryui23
Help w/ code error (1,2)
|
|
[20 replies] Last: [quote=tryui23]I never did define it..... how do i define? You don't, ... (by LB)
|
by wolfv
How to instantiate static array of interlaced objects?
|
|
[3 replies] Last: Don't forget to delete them afterwords! (by LB)
|
by Scedsen
Need help with a clock related code
|
|
[6 replies] Last: After line 12, you need to use cin to ask the user, otherwise how will... (by LB)
|
Right-justifying, user-input numbers |
|
[9 replies] Last: Not quite right-justifying input, but perhaps this may suffice: #inc... (by JLBorges)
|
by Shilalydawg
IDE or not?
|
|
[6 replies] Last: - i don't get what you mean by that, it's just a compiler ... - Here... (by keskiverto)
|
Convert Strings To Numbers |
|
[11 replies] Last: @NwN No need for apologies, I always have respect for what you have t... (by TheIdeasMan)
|
by aspic
Login
|
|
[5 replies] Last: Another idea is to use C++11's unordered_map . It allows for a key (b... (by TwilightSpectre)
|
by behzad1355
signed hex to dec converter
|
|
[1 reply] : First problem that this is not a conversion to signed Hex. It looks li... (by MiiNiPaa)
|
by themandrius
error pinpoint problem
|
|
[7 replies] Last: dev c++ (which is what my school is forcing me to use) is out dated. :... (by themandrius)
|
by SSEKA
How can i Extract Data from a txt file
|
|
[1 reply] : Didn't actually read code thorough, but there is some advice: 1) Check... (by MiiNiPaa)
|
by tryui23
More help
|
|
[7 replies] Last: Also delete lines 3 and 4 in your code - they aren't necessary for tha... (by TheIdeasMan)
|