by scodges81
Using Bitwise Ops to Decode Message
|
|
[2 replies] Last: Here's the right code: #include <iostream> #include <cmath> using nam... (by scodges81)
|
by Madjid
Anyone can help me to create this program?
|
|
[5 replies] Last: Duplicated post: http://www.cplusplus.com/forum/beginner/180764/ (by chicofeo)
|
by alex067
Templates
|
|
[8 replies] Last: Ah I see, so its useless to define the destructor but then put = defau... (by alex067)
|
by Ozzy69
Help me in file
|
|
[no replies]
|
by leahhhhhh
Vector overwritten every time ->push_back() is used
|
|
[6 replies] Last: File only maintains a pointer to this buffer. It doesn't store a nam... (by xismn)
|
by technologist
pointer loop only iterates once.
|
|
[6 replies] Last: Appreciate !! Thx for the sage advice. I like the autonomous facet, so... (by technologist)
|
by a10e29
Explain what's wrong LNK 2005
|
|
[5 replies] Last: That'll do it! Glad you figured it out. (by JayhawkZombie)
|
by Sefiria30
std::vector simple push_back crash
|
|
[2 replies] Last: Hi Peter87, oh I see, so I have to write the size of the vector, run ... (by Sefiria30)
|
Using 2-way communication between objects |
|
[11 replies] Last: I apologize for not marking this as solved. Since I have, for some re... (by JayhawkZombie)
|
Reading string till you find '|' then compare and then do something after |
|
[4 replies] Last: An alternative: #include <fstream> #include <iostream> #include <rege... (by cire)
|
by rawry1000
Checking for a loop of numbers
|
|
[4 replies] Last: Oh, thanks that's exactly what I was looking for (by rawry1000)
|
by GamerOtaku
A problem with a ship tracking program.
|
|
[1 reply] : loadData loops incorrectly on eof. putData relies on numOfShips ... (by cire)
|
by GamerOtaku
Using a struct variable of type
|
|
[1 reply] : 1) Please use code tags when posting code, to make it readable: http... (by MikeyBoy)
|
by Terribad13
Finding most common char in a string.
|
|
[3 replies] Last: Do the inner loop variables hold a value even when the loop finishes?... (by MikeyBoy)
|
by abhishek486
can anyone help to remove this error.
|
|
[4 replies] Last: can you please tell me how and where to declare them. Are those sym... (by MikeyBoy)
|
by Kitefiko
Passing 2D dynamic created array (using pointer) as const
|
|
[7 replies] Last: When the type definition gets complicated like that, you might find it... (by MikeyBoy)
|
.dat file |
|
[1 reply] : You've gotten one response, and it was from me, and it was me telling ... (by JayhawkZombie)
|
by SeeLemon
Getting values from ini file
|
|
[2 replies] Last: It turns out, it was working, but my file path was wrong. ... (by SeeLemon)
|
by alex067
Double Linked List, insert before current
|
|
[1 reply] : current is not a good idea, because you don't know what it is. You ... (by coder777)
|
by kapoor
c++ oop homework help ??
|
|
[11 replies] Last: A vector can store anything - it uses templates. If you want to have ... (by JayhawkZombie)
|