by toby1a05
How to fix the error?thx a lot
|
|
[2 replies] Last: thx bro,i make a stupid mistake.And ur advice is very useful to me! (by toby1a05)
|
Implementing Classes into a Program |
|
[3 replies] Last: class mathOperations // class that contains your basic math function... (by fiji885)
|
by tidematic
Converting between data types? C++
|
|
[2 replies] Last: Helped me out so much, thanks a lot it worked! (by tidematic)
|
invalid conversion from 'const char*' to 'unsigned int' [-fpermissive] |
|
[8 replies] Last: ok, goodness. I think this covers everything except null pointers pa... (by jonnin)
|
by evdo
doesnt work
|
|
[2 replies] Last: Also, you have to create another method to_string() which returns the... (by Thomas1965)
|
by Lager159
C++ goto replacement
|
|
[8 replies] Last: No. Structure your code so that it does not need goto -like construct... (by Duthomhas)
|
by The hemporer
String array as object params
|
|
[7 replies] Last: Ah. So my error was because I was instantiating it as a vector rather ... (by The hemporer)
|
by The hemporer
Using a function in another class
|
|
[2 replies] Last: I'm an idiot. Thank you. (by The hemporer)
|
by foreverjyyy
C++ Quincy beginner code question
|
|
[3 replies] Last: To give you an idea... #include <iostream> int main() { const int ... (by chicofeo)
|
by Tom coder
Importance of storage
|
|
[3 replies] Last: storage is huge on some systems, like mobile devices or embedded compu... (by jonnin)
|
by YikUTM
Convert string to char. No desired output
|
|
[7 replies] Last: That works. Use that instead! (by jonnin)
|
by Sigge414
Forward declare objects in C++?
|
|
[9 replies] Last: I will mark this thread as solved now. This is pretty much my final co... (by Sigge414)
|
by m mohy
where is the error?
|
|
[7 replies] Last: @jonnin It is supposed to calculate the angle between a moving point, ... (by m mohy)
|
by Rodev
cout string without including <string>?
|
|
[9 replies] Last: This change (single-element braced-init-lists initialize directly) was... (by JLBorges)
|
by LilXeno
Unexplainable Errors
|
|
[2 replies] Last: You also need to call the function you created after receiving the sec... (by II47II)
|
by MitchH29
Using user inputs in functions
|
|
[4 replies] Last: God I'm stupid! Your comment made me think why i used pointers in the ... (by MitchH29)
|
by YikUTM
Unwanted blank line in output
|
|
[3 replies] Last: Your input (underlined) is: david 34 24 ls 45 35 haha 56 23 Note ... (by dhayden)
|
by indiarose27
Saving data from 2D-array to a text file.
|
|
[3 replies] Last: Thankyou for this @fiji885 it worked perfectly! @lastchance for this p... (by indiarose27)
|
by H00G0
Sort algorithm on vector of structures (1,2)
|
|
[26 replies] Last: Think of threads, parallelism. Two threads execute simultaneously. Yo... (by H00G0)
|
by foreverjyyy
Beginner C++ question
|
|
[2 replies] Last: int main() { unsigned int sales = 0; std::cout >> "enter sales\... (by Pintujoshi)
|