by austin9398
Help
|
|
[7 replies] Last: @ CPPAWhile , austin9398 Some other things to do, maybe the apply... (by TheIdeasMan)
|
by caibbor
lock weak_ptr to const shared_ptr reference
|
|
[1 reply] : Binding a temporary object to a const reference extends the life time ... (by Peter87)
|
by jackJames
Addition number to constuctor
|
|
[3 replies] Last: Thanks a lot,now I understand (by jackJames)
|
by Piraisudan
How to get the username attribute from the HTML input tag attribute from generic name in c++
|
|
[2 replies] Last: http://www.grinninglizard.com/tinyxml/ TinyXml is an xml parser. You ... (by barnack)
|
Need help with switch statement |
|
[3 replies] Last: Also you could avoid repeating your code and your condition multiple t... (by barnack)
|
by Adil0001
bead 12 Game Using C++ Code Needed
|
|
[4 replies] Last: This is how your start. int main(){ return 0; } This is not a simp... (by doug4)
|
by yusuf94
C++ ASSIGNMENT
|
|
[1 reply] : well, you did the validation but you are missing the cost computation.... (by ne555)
|
by atl13
CIS 2 Programming Assignment
|
|
[1 reply] : fin is only available in main. Since showContent has a parameter file ... (by Thomas1965)
|
by brown1z1975
C++ Programing Fraction Class
|
|
[1 reply] : What is your problem ? (by Thomas1965)
|
by mynava
Stuck - Again: Coin Flip Game with functions
|
|
[6 replies] Last: Since the program example stores input as a char, you can modify CoinF... (by EtDecius)
|
by kindgnice
Identifier srand48() and drand48() are undefined?
|
|
[8 replies] Last: Thank you very much @JLBorges for sharing your insights. God bless you... (by kindgnice)
|
by mynava
Dynamic Memory Allocation - Help please
|
|
[1 reply] : hi, here are your answers: first, hours is not initialized and you are... (by heepoo)
|
by stav
vector of unique_pointers error?
|
|
[6 replies] Last: I wonder if it's even possible to have a vector<unique_ptr<> > Vector... (by Peter87)
|
by Alex9612
equation Y= 5x^3 + 3x + 4 with a loop
|
|
[12 replies] Last: Now that you are correctly calling the function in line 30 and storing... (by doug4)
|
by Chaost
External text handling
|
|
[3 replies] Last: How will I allow my program to pick up on text that happens outside o... (by Thomas1965)
|
by coco2991
C++ program errors? where?
|
|
[1 reply] : This scanf_s("%d", number1); is the problem. scanf(...) requires a p... (by coder777)
|
by hebrerillo
c++ goto pattern (1,2)
|
|
[29 replies] Last: > The other alternatives break down quickly as the complexity of the s... (by JLBorges)
|
by ahmedhaies
How to verify form TOTP Number and b32encode by c++
|
|
[no replies]
|
Program that reads currency exchange rate from screen |
|
[1 reply] : What will you do with the array and when? Later, or immediately when e... (by keskiverto)
|
by jose23567
strcat
|
|
[4 replies] Last: thanks guys u are life savers. (by jose23567)
|