by Dien09
User input in C++
|
|
[9 replies] Last: Oh, that's easy to implement, with just a few little changes to my ori... (by naaissus)
|
by noodel
while beginner
|
|
[7 replies] Last: Ah yes, you mustn't recalculate n inside the if statement, because thi... (by Courecity72)
|
by vselance
What would a return type be?
|
|
[4 replies] Last: So in this case it should be a double then. I.e to be on the safer si... (by TarikNeaj)
|
by DeathLeap
assign letters to numbers
|
|
[2 replies] Last: Ok let's say I want to use maps. Also, I want the user to input the s... (by DeathLeap)
|
by gameguy8888
I'm trying the if and else statement but it's not working
|
|
[4 replies] Last: Better yet, don't have using namespace std; at all. Google to see wh... (by TheIdeasMan)
|
by the q
Code breaks when randomly specifying matrix values
|
|
[no replies]
|
by VoidGetch
Writing a program for mechatronics
|
|
[no replies]
|
by PopRockCandy
Visualizing the code for sorting
|
|
[1 reply] : This guy explains it well both visually and in code - https://www.yout... (by TarikNeaj)
|
by Jester87
Key Letter and return as char
|
|
[5 replies] Last: Ok, so I have gotten my phrase as well as my letter and returned them,... (by Jester87)
|
by moonman239
C++ not reading number values from text file
|
|
[15 replies] Last: > when I should have written this: > E:\\CIS 022\\Lab 2\\Files\\stude... (by JLBorges)
|
by alex067
Writing object into binary file
|
|
[10 replies] Last: Even I had the same problem ,the best and efficient way I came up with... (by mbsaicharan)
|
by bool maybe
matrix multiplication
|
|
[1 reply] : The problem is in line 97 where the second "column1" should be "column... (by bool maybe)
|
by xjeffcorex
Problem creating an output file
|
|
[1 reply] : You have to declare your out_stream variable before you open the file.... (by pnoid)
|
by MrPain
Class with function parameter problem
|
|
[1 reply] : Pointer to member function: http://www.informit.com/guides/content.asp... (by JLBorges)
|
by exelbeast
Input Loop Exit Condition?
|
|
[3 replies] Last: Thanks Duoas! Using this now: void getInput(char input ) { cout << ... (by exelbeast)
|
by Ansev
Vector elements into contiguous memory
|
|
[5 replies] Last: > I know that this is a complicated program to try for a person who ha... (by JLBorges)
|
Cannot open file |
|
[4 replies] Last: Oh right, I actually never looked in the file before, thats why. (by RUNNER PRO AGARIO)
|
by kmce
c++ player me / me.name
|
|
[10 replies] Last: Me, no I got another book after, also still on UE4, but it taught me.... (by RUNNER PRO AGARIO)
|
Need help in writing this program |
|
[2 replies] Last: You should know not to give us your homework, Give it a try of your ow... (by RUNNER PRO AGARIO)
|
by b29hockey
formula problem
|
|
[6 replies] Last: Thank you you were right, using; cout.precision(2); cout << fixed <... (by b29hockey)
|