Sting Vector not storing correctly |
|
[2 replies] Last: The vector is large enough, adding j++ and k++ after i++ now makes the... (by Feymanismyhero)
|
by TheDude2015
expected unqualified-id before ')' token
|
|
[1 reply] : On line 8 you have: int SendKeyPress(unsigned short KeyCode, bool IsD... (by firedraco)
|
by Ingus117
Need help with my beginner calculator code
|
|
[8 replies] Last: Instead of goto, use separate functions and just call the functions. (by Feymanismyhero)
|
by wrymn
2D C++ Box collision response
|
|
[4 replies] Last: If you know it won't be null then use a reference. (by dhayden)
|
by Hesham0
Calculator
|
|
[2 replies] Last: Nice Link (by AssignmentExpert)
|
by hohanyo
Q about array length.
|
|
[5 replies] Last: @shadowCODE Ty you for your answer and explanation. (by hohanyo)
|
by koopey
can't set up QT(GUI for c++)
|
|
[no replies]
|
by sail456852
class string initialize error !why ?
|
|
[9 replies] Last: #include <iostream> #include <string> #include <functional> const st... (by JLBorges)
|
by DCisthebest
question and see what's wrong
|
|
[13 replies] Last: I had to edit my message here since I finally solved the problem. The ... (by DCisthebest)
|
by Winsu
to keep variables private I need a passthrough
|
|
[6 replies] Last: That's true thank you!! (by Winsu)
|
by cplusnewb
Using inheritance with a payroll program
|
|
[2 replies] Last: If I run the program with this input: Dave s 40.2 18.4 Scottie h 44.3... (by dhayden)
|
by drtrdujj
Quick simple test for beginners
|
|
[4 replies] Last: Post what you have done so far :) (by Codermik)
|
by omurad
Array initializing error
|
|
[6 replies] Last: I'll check it out, thanks for the help and suggestions! (by omurad)
|
by very novice
Inheritance and Access Specifiers
|
|
[11 replies] Last: Oops! I didn't notice there was no format! Sorry! I did expect you ... (by andywestken)
|
text files |
|
[2 replies] Last: Thanks I'll check it right now. (by The suffocated)
|
by mighty asker
Chessboard pattern
|
|
[12 replies] Last: #include <iostream> #include <string> #include <vector> using namespa... (by anup30)
|
by northfly
How could one function influence the whole block non-executeable?
|
|
[4 replies] Last: @coder777 Oops. I saw the second comma, but not the first. ... (by AbstractionAnon)
|
by mutexe
create a class for which no object can be created?
|
|
[no replies]
|
by new1
comparing of each string in two lists
|
|
[4 replies] Last: The code as repaired by me does erase the string in both lists: line 5... (by andywestken)
|
by ferrad
Compilation error- function calling another function
|
|
[3 replies] Last: I missed that, Line 8 is wrong. Remove it and add prototype. At lin... (by kbw)
|