by adam2016
Fstream fail()
|
|
[5 replies] Last: thanks guys :) (by adam2016)
|
by joiuz
Is C++ Really Worth Learning in 2018?
|
|
[6 replies] Last: I agree with kbw, it all depends what you want to do. According to Sco... (by Thomas1965)
|
by Amiplus
Building SDL2_gfx for Codeblocks/mingw
|
|
[8 replies] Last: Thank you for the reply. I tried in Ubuntu and everything works flawl... (by Amiplus)
|
by Bengiepr23
Fstream Help
|
|
[1 reply] : Hello Bengiepr23, Welcome to the forum. PLEASE ALWAYS USE CODE TAGS ... (by Handy Andy)
|
by heyitsme1998
Why does my output values is always 1?
|
|
[2 replies] Last: Hello heyitsme1998, TheIdeasMan makes some very good points, but I wi... (by Handy Andy)
|
by producer
Reading in whole lines from file instead of word by word
|
|
[1 reply] : http://www.cplusplus.com/reference/string/string/getline/ Also: test ... (by lastchance)
|
by soggymuskrat
Running a sorting function on array, but something isnt working properly as I am not getting any output
|
|
[2 replies] Last: Hey Andy, got it to work, here is my code in case anyone else comes ac... (by soggymuskrat)
|
by Armygun087
Geometry Code HELP
|
|
[5 replies] Last: um....errors in files I've never made. 145 errors total, keeping Main... (by Armygun087)
|
by priscilla96
Displaying multiple characters
|
|
[1 reply] : void displayGrade( int num, const Student* myStudents ) { int n... (by JLBorges)
|
by fivestar
Reading Text File
|
|
[4 replies] Last: Make sure that the file "dictionary.txt" is in the current working dir... (by JLBorges)
|
by browngirl123
basic c++ help
|
|
[2 replies] Last: Thank you!! (by browngirl123)
|
by beginner1127
for loop doesn't work. please help!
|
|
[no replies]
|
by zapshe
Why does this code misbehave?
|
|
[9 replies] Last: Oh, that's right. Sorry to make you re-explain it. Thanks Helios ! (by zapshe)
|
What does return -1 do in a function called in main? |
|
[2 replies] Last: You are not using the return value of myFunction, so no, it does not m... (by Ganado)
|
by sanndy2
how to find complex roots in c++ by newton-raphson method
|
|
[3 replies] Last: You are working with complex variables, so both the arguments and the ... (by lastchance)
|
by heyitsme1998
why does it wont show the result after 'Status'?
|
|
[2 replies] Last: int main() { char nama , a , b ; cout<<"===PROGRAM PENGHITUNG GAJI K... (by Repeater)
|
by LandaBanda
addressing pointer instead of int
|
|
[1 reply] : Hello LandaBanda, Welcome to the forum. The problem is that in main ... (by Handy Andy)
|
by idknuttin
Is there a way to check which data type the programmer chose when they create an object using your template?
|
|
[2 replies] Last: There is "template specialisation" in which you explicitly write code ... (by Repeater)
|
by Vinz24
passing the value ti a variable of a function to other function
|
|
[1 reply] : Hello Vinz24, I just found this. I am not sure what you want to do, b... (by Handy Andy)
|
by zapshe
Code Shouldn't Work - But Why?
|
|
[13 replies] Last: I see, thanks for information guys - its been very helpful and educati... (by zapshe)
|