by miah612000
Function to find average and drop lowest and highest
|
|
[13 replies] Last: Thanks man, your way ahead of me with arrays so I was having a hard ti... (by miah612000)
|
by Hatches
Help with Tic Tac Toe game not displaying Xs and Os
|
|
[1 reply] : char tile = b ; currentMove and currentColumn are char types... (by cire)
|
rand() problem |
|
[10 replies] Last: For completeness, no thread on C++ rand would be complete without a wo... (by Moschops)
|
by bnaranjo
Prime fib numbers
|
|
[3 replies] Last: Update: I got it thanks for pointing out it was printing the ith Fib n... (by bnaranjo)
|
by dormeo
Create a number of loops equal to an input
|
|
[1 reply] : http://www.cplusplus.com/forum/general/183225/#msg897029 (by helios)
|
by sadij97
Debug help for this simple short code?
|
|
[2 replies] Last: @Moschops Ohhh! This is a good trick. Thank You! (by sadij97)
|
Access to initialized vectors from several class methods |
|
[3 replies] Last: You should be able to do it in the class constructor. (by MikeyBoy)
|
by lolikilu14
Palindrome Detector Problem
|
|
[3 replies] Last: For example, with the input word "beans" testPalin.erase(testPalin[t... (by Moschops)
|
by thor36
How to solve SIGSEGV fault error?
|
|
[2 replies] Last: Thank you for your response. Yes, sorry for being short in my problem ... (by thor36)
|
error: function declared as inline variable HELP! |
|
[2 replies] Last: #include "add.h" inline int triple (int x) {return add(x, add(x... (by kinggamer1235)
|
by comellie
char arrays/encryption/decryption help!!
|
|
[no replies]
|
by ash54546
Searching through a vector of a class of objects
|
|
[7 replies] Last: You have shown void dataRunner::populateVector(vector <data>& dataVec... (by keskiverto)
|
by Hesham0
What's after c++
|
|
[12 replies] Last: A class is a user defined datatype . The core language provides ver... (by keskiverto)
|
by salik89
Defining header file contents for drawing a card
|
|
[7 replies] Last: Thomas195 is right. Advantages of doing it his way include: - You can... (by dhayden)
|
by Bopaki
An error on a certain line of code from the memorandum of a tutor
|
|
[7 replies] Last: Ahh, now we have seen three versions of the friendship: friend ostrea... (by keskiverto)
|
by tomtran3110
3D vector
|
|
[9 replies] Last: My prof. took a task similar to KDDCUP2012 track1 for assignment. I ha... (by tomtran3110)
|
by hayyan
software to create c++ GUI app?
|
|
[4 replies] Last: I second the recommendation for Qt. It's big, and may seem intimidati... (by MikeyBoy)
|
by BryceConde
Why wont this program work?
|
|
[5 replies] Last: that will not compute properly What does that mean? We can't read y... (by MikeyBoy)
|
by kidura
guide me on this code
|
|
[no replies]
|
by PBachmann
Problem with numeric_limits<double>::digits10
|
|
[2 replies] Last: digits10, as explained at http://en.cppreference.com/w/cpp/types/numer... (by Cubbi)
|