by reddcl
Is_prime function How to make 3 cout is prime?
|
|
[1 reply] : -W{all,extra,pedantic} foo.cpp:15:13: warning: using the result of an... (by ne555)
|
by qia360
Help: Error: active developer path
|
|
[2 replies] Last: thanks.. (by qia360)
|
by abduladeam
fourier transform
|
|
[1 reply] : Respectfully, if you don't know the very most basic stuff about C++, y... (by Duthomhas)
|
by reddcl
Prime Number Function
|
|
[2 replies] Last: Thanks Kevin C i figured it out shortly later last night.. This websit... (by reddcl)
|
by DreamTime
Delete Tree not working
|
|
[3 replies] Last: Line 15 is not doing what you think it does because you have line 6 wr... (by fg109)
|
Trouble with opening a file. |
|
[1 reply] : std::ifstream input3(sExecutable, std::ios::in | std::ios::binary); /... (by MiiNiPaa)
|
by BamMorrowXX
Restart A loop if Y/N
|
|
[1 reply] : PLEASE USE CODE TAGS (the <> formatting button) when posting code. It... (by chicofeo)
|
by jamfegan
Need help writing code so lost in C++
|
|
[no replies]
|
by tacox5
Secant Method Root Finder Loop Question
|
|
[1 reply] : > I can't get the answer I am expecting to get then you should say - w... (by ne555)
|
by Hardisius
iPow function does not execute
|
|
[3 replies] Last: Thanks guys appreciated. It works fine now. (by Hardisius)
|
by RGB 455
A loop without if statements
|
|
[5 replies] Last: thank you! guys this helped me out a lot (by RGB 455)
|
by abdelboch
Please help My code is not working
|
|
[6 replies] Last: //Application file for cpu Scheduling #include "cpuh.h" using namespa... (by abdelboch)
|
by Winsu
I don't understand this
|
|
[7 replies] Last: what I keep without understanding is....why the global variable is ma... (by jlb)
|
by haz94
Vectors & Objects/Classes
|
|
[6 replies] Last: Thanks for the help AbstractionAnon! I re-did the class and thought a... (by haz94)
|
by cpluswut
How to Print Odd Random Int
|
|
[5 replies] Last: Ive figured out how to print random ODD INT but cant get the rows and ... (by cpluswut)
|
by CJM0929
My code isn't working properly, can't find the error.
|
|
[3 replies] Last: Thanks for taking the time to help! The problem was sizeof(s), I chang... (by CJM0929)
|
by shome
read a txt file line by line forward or backward
|
|
[3 replies] Last: Load fs as a vector of line strings. fs.open(argv ); vector<string> l... (by kevinkjt2000)
|
by anarelle
Why is cin.getline inferior than getline?
|
|
[8 replies] Last: all my strings are of type std::string cin.getline You cannot pas... (by MiiNiPaa)
|
by TLaCoil
Heap sort not functioning properly.
|
|
[1 reply] : Your makeHeap()/reheapUp() algorithm is incorrect. reheapUp() should n... (by Duthomhas)
|
by peter5857
Exception handling
|
|
[11 replies] Last: Oh. Okay. Thanks, I think you've covered it all. Much appreciated (by peter5857)
|