by u396852
definition of a variable in class
|
|
[3 replies] Last: I am trying to define a variable in a following class. You didn't s... (by doug4)
|
by dominover
Code::Blocks - No default include directory.
|
|
[7 replies] Last: Thanks for coming back all.. I've got it working now. It seems I've b... (by dominover)
|
by gmsniperx
Need Help with Binary Searching!
|
|
[1 reply] : This will cause you to infinite loop.. while(i<=j) { if(key>arr )... (by HiteshVaghani1)
|
by paulr162
A function to compare strings in a class
|
|
[1 reply] : How do I use both the function and the sort together? How can I call ... (by buffbill)
|
by odinx
c++ bisection problem
|
|
[2 replies] Last: L58 needs to end with a ; Sorry no idea what you are trying to do (by buffbill)
|
prime number functions- help |
|
[7 replies] Last: teacher has assigned us to write a function that can tell if a number... (by buffbill)
|
by legnakcalb
C++ Core dump error
|
|
[3 replies] Last: A_SIZE should be set to 8. Does L 32 print out all the numbers from *t... (by buffbill)
|
by marvin77
Looping -___-"
|
|
[2 replies] Last: how can i create a looping of Prime number in C++, What? please mar... (by buffbill)
|
by Game4564
Need help with C++ problem?
|
|
[2 replies] Last: here's another few things: 1)what is the value of priceAdult? 2)what d... (by buffbill)
|
by legnakcalb
C++ 2D Array Help
|
|
[2 replies] Last: I GOT IT!!!!!!!! Thanks (by legnakcalb)
|
by Game4564
Need help with C++ problem? (don't know how to write the code)
|
|
[6 replies] Last: #include <iostream> #include <iomanip> using namespace std; int mai... (by Game4564)
|
by lugiamaster
Recursive Binary Search using array. HELP!
|
|
[2 replies] Last: OK so this is what i got now, it works except when i enter a bigger nu... (by lugiamaster)
|
by jchen2012
A problem about STL(string and vector)
|
|
[1 reply] : There's no way anyone could figure it out from ten lines of code and a... (by helios)
|
by robbrown
problem writing out to a file using a structure
|
|
[no replies]
|
by iky
need help programming please!!!
|
|
[6 replies] Last: ok so this is what i have done so far. didnt add much but this is it: ... (by iky)
|
by vw4x4
explain this statement
|
|
[1 reply] : This is homework designed to test your attentiveness in class and your... (by Duthomhas)
|
by Yamraj
Converting Integers into Words problem.
|
|
[9 replies] Last: Here's the test case. I also made an addition of where the numbers can... (by Yamraj)
|
by iky
printing decimals??
|
|
[1 reply] : float w/ cout.fixed(int) (by Aramil of Elixia)
|
by g0blu322
CC digit matching
|
|
[2 replies] Last: Ok, I think I fixed my conditons, but when I input the credit card num... (by g0blu322)
|
by Callum5042
OpenGL Textures
|
|
[4 replies] Last: Using Windows, so <Windows.h>, it is a Win32 project too. And checkin... (by Callum5042)
|