by bob57
.txt into 2d array help?
|
|
[10 replies] Last: Yes, that is correct. If you replace the d_in >> with cout << you ... (by Maese909)
|
by homsta
Can functions in a header use pass by reference of user made types?
|
|
[no replies]
|
by naqeebmughal
Count User input
|
|
[1 reply] : Fixes. Also get an up to date compiler. #include <iostream> int main ... (by wolfgang)
|
Recording System Issue C++ |
|
[2 replies] Last: Okay. I'll try that and get back to you if I can't figure it out. Th... (by CPlusPlusBeginner)
|
by bool maybe
Problem creating circular linked list; possible problem with call-by-ref -- help please
|
|
[2 replies] Last: ne555, You are absolutely right. Thank you! This is a bit embarrassin... (by bool maybe)
|
by PuffBond
Graphic APIs for different operating systems
|
|
[1 reply] : OpenGL is another alternative for graphics. For other things (input... (by Disch)
|
Linker problems with inline functions |
|
[1 reply] : You didn't defined it in console.h (you just declare it) inline and ... (by ne555)
|
What is :(.text+0x4b5): undefined reference to |
|
[3 replies] Last: Ah, I'm an idiot. I typed compute_call_cost-dollar instead of compute_... (by WhyIsTheCouchAlwaysWet)
|
by Ruins
O/I Streams an arrays/functions
|
|
[no replies]
|
by naqeebmughal
problem in calculation of sum of user input and how many time a userinput data.
|
|
[no replies]
|
by biplav17
Game Program. Not getting what i expected from all the work :(
|
|
[6 replies] Last: OK so the thing is that everytime I enter my guess it give me a upside... (by biplav17)
|
by phapha
expected unqualified id before 'namespace'
|
|
[6 replies] Last: In general, compilers tells you in that line is the error. Sometimes y... (by ne555)
|
by ea71
Boolean Operators
|
|
[6 replies] Last: Thanks Disch. I'm just starting to learn C++. I have Dev-C++ for my ... (by ea71)
|
by ForsakenSoul
String Transposition
|
|
[1 reply] : I think a solution might me: read all the strings and memorize them in... (by CosminNTG)
|
by homsta
How do you use errors?
|
|
[2 replies] Last: Ya it was the cin that was giving me the biggest issue. I've fixed tha... (by homsta)
|
by dewmd66
Learning C++, how do I practice?
|
|
[4 replies] Last: Find a problem that needs solving and develop a program to solve it. (by rmsharkey)
|
by valonis
3rd permutation generator
|
|
[3 replies] Last: I don't mean this to sound rude. I could describe each line, but I won... (by JMJAtlanta)
|
by Thamir
Run step by step
|
|
[3 replies] Last: Thank you so much , Im very grateful (by Thamir)
|
by dewmd66
is it possible i'm just not smart enough to learn?
|
|
[9 replies] Last: Don't worry, it will click eventually, it took me a few months and the... (by JokerDan)
|
by JokerDan
Classes & Arrays
|
|
[6 replies] Last: I have a large understanding of all of the basics, i have read all of ... (by JokerDan)
|