by abuh
Please help me
|
|
[5 replies] Last: abuh, I understand that my code isn't required. I thought it would hel... (by dhayden)
|
by cppf4life
Algorithm and code planning
|
|
[3 replies] Last: does literally just replacing the equation for u and v with cin statem... (by jonnin)
|
by Raees224
Box2d info
|
|
[1 reply] : https://box2d.org/documentation/ Caution: Box2D should not be your f... (by salem c)
|
by calvinfornia
Why can't the vector catch the last term
|
|
[4 replies] Last: #include <iostream> #include <vector> #include <string> int main() ... (by seeplus)
|
by Shervan360
Error in map
|
|
[2 replies] Last: I solved the previous error but now I have another error: Severity Co... (by Shervan360)
|
by mattman305
String Operations
|
|
[8 replies] Last: ... assuming that pos is valid for str. If the value of pos cannot be ... (by seeplus)
|
by Anonomys
Need help finishing code (Read from 1 file and output to second)
|
|
[5 replies] Last: First, read the question and make sure you understand it and note all ... (by seeplus)
|
by mick777
can anyone solve this please
|
|
[5 replies] Last: Please format code before posting, and use code tags as per your first... (by seeplus)
|
by jocelr
ajuda no código
|
|
[3 replies] Last: int function(const char *message, int, char, char, char *output){ ... (by helios)
|
Printing Integers converted into string |
|
[2 replies] Last: Thank You! (by GrewalCreator)
|
by siid14
Missing structure Value
|
|
[5 replies] Last: Yes, I followed seeplus's suggestion. It made sense for the problem I'... (by siid14)
|
by Raees224
How do I add Apply Force into my code?
|
|
[16 replies] Last: yea it says my "this" value is null but does that mean I have to add n... (by Raees224)
|
by min01
Arithmetic Operation
|
|
[7 replies] Last: THANK YOU SO MUCH FOR YOUR HELP GUYS! (by min01)
|
by calvinfornia
Reading in boolean function from a txt
|
|
[2 replies] Last: This is the third time I've seen this post. Different title, but same... (by JRManx)
|
by calvinfornia
Signal probability calculation by BBD
|
|
[11 replies] Last: http://www.cplusplus.com/forum/beginner/278202/#msg1200958 (by againtry)
|
by Daisuke
This code is confusing for information storage
|
|
[13 replies] Last: Correct, endl flushes the buffer, which can waste tons of I/O time if ... (by Ganado)
|
by cppf4life
Bairstow's Method
|
|
[4 replies] Last: Coded from Bairstow's method in Wikipedia: https://en.wikipedia.org/wi... (by lastchance)
|
by Lacy9265
Number guessing game output help
|
|
[6 replies] Last: I did what you said. Got it to work right. Thank you so much for your ... (by Lacy9265)
|
by Ray8r
How do I sort txt file numbers in descending order to another file
|
|
[5 replies] Last: #include <iostream> #include <fstream> #include <algorithm> #include... (by seeplus)
|
by Lacy9265
Number Guessing Game not outputting right
|
|
[13 replies] Last: [See http://www.cplusplus.com/forum/beginner/278183/ ] (by seeplus)
|