a function that reads two different arrays from a file |
|
[9 replies] Last: Glad it helped :) (by Naughty Albatross)
|
by adam2016
why isn't the address changing?
|
|
[9 replies] Last: @furryguy yeah it's probably not the best idea I just took the idea fr... (by adam2016)
|
by cutiepi314
Arduino and C++
|
|
[8 replies] Last: Thank you for trying, but that is not the issue it is just talking to ... (by cutiepi314)
|
by cppfighter
Exiting a infinity loop using user input?
|
|
[7 replies] Last: Yes, that would require non-blocking I/O. Like I said, that's not poss... (by helios)
|
by CBFD
Clean Text
|
|
[2 replies] Last: Thanks for your answer coder777: At first some texts are, but when I ... (by CBFD)
|
by Miezip
C++ Roadmap
|
|
[3 replies] Last: Yes, what you need is practice. You don't need to know everything abou... (by coder777)
|
manipulating the cursor position. |
|
[6 replies] Last: thanks! i will play around with your code and adapt it. (by globaltourist)
|
by Kbott
Question: Classes and array of pointers
|
|
[3 replies] Last: addItem(...) and totalPrice(...) are free function not members of ... (by coder777)
|
by hashbrown
How to pass a particular callback in a function argument
|
|
[no replies]
|
by hashbrown
How do I declare an empty variable using a template, then instantiate it in the constructor?
|
|
[1 reply] : Nevermind, stupid mistake. Need to pass in a reference of the callback... (by hashbrown)
|
by cppfighter
custom string to char converstion function not working?
|
|
[6 replies] Last: I wrote this custom programme and i copied the above code from anot... (by closed account 48T7M4Gy)
|
by FBHSIE
Searching Benchmarks program problems (1,2,3)
|
|
[40 replies] Last: You just don't seem to like my presence. At least, you don't seem li... (by FBHSIE)
|
by ArgentGrace
Lining Up the Decimals
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/195056/ Avoid duplicated effo... (by closed account 48T7M4Gy)
|
by adam2016
are these really pointers?
|
|
[12 replies] Last: Thanks anon that makes sense so far I find copying objects with the c... (by adam2016)
|
by MultiMedia
What's wrong with my code?
|
|
[5 replies] Last: Thank you both, that was very helpful. I taught myself how to use exce... (by MultiMedia)
|
by megatron 0
SFML - Code review
|
|
[no replies]
|
by clewis1126
Problem updating variables in class object
|
|
[4 replies] Last: Thanks a ton for the insight right there! The whole problem makes qui... (by clewis1126)
|
by Austinomical
Error: Void value not ignored as it ought to be
|
|
[5 replies] Last: Line 15: showBeforeIndex is declared to return nothing (it's return t... (by AbstractionAnon)
|
by olegreg
While Looping Error
|
|
[1 reply] : > but I keep receiving a massive error $ g++ foo.cpp 2>&1 | grep err... (by ne555)
|
by qpalzm
What's wrong with this Space Invaders code
|
|
[5 replies] Last: You did not include #include <windows.h> in your code. You can't use ... (by Naughty Albatross)
|