by kmartar
Student Programmer
|
|
[6 replies] Last: give a value to count variable inside the do. int num, count; do{ ... (by closed account ivDwAqkS)
|
by ephekt
display 1st char of string
|
|
[4 replies] Last: There are probably several ways, here is one. #include <iomanip> ... (by SamuelAdams)
|
by Wanderer
Getline headache
|
|
[2 replies] Last: Thank you!!! (by Wanderer)
|
by gg12123
Help with minesweeper program
|
|
[2 replies] Last: In your reveal function When you call calc surrounding, you need to... (by sherre02)
|
by ramptar
sorting numbers in ascending order
|
|
[3 replies] Last: you could also use a recursive function. There is a problem with your... (by IWishIKnew)
|
GCF error D: |
|
[2 replies] Last: wow , thank you so much I was doing this int Gcf(int a, int b) { ... (by closed account ivDwAqkS)
|
by Al GIS
Stop this loop!
|
|
[3 replies] Last: Thank you for your help, cire and mk12345. Definitely pointed me in th... (by Al GIS)
|
by Oalvarez
How to require a user to press enter twice
|
|
[3 replies] Last: Press ENTER twice to finish http://www.cplusplus.com/forum/beginner/24... (by Duthomhas)
|
by Nebur
Hamming numbers algorithm
|
|
[no replies]
|
by StaticBlue
Tic Tac Toe
|
|
[2 replies] Last: Alright so now I have done a bit more based on what you said: #inclu... (by StaticBlue)
|
by wwcase
How do I read this code line?
|
|
[1 reply] : It is a poorly formed loop, as it will not always iterate over all cha... (by LB)
|
by btickle1
Hypotenuse of a triangle
|
|
[5 replies] Last: By the way, in c++ it is preferable to use a const rather than #define... (by Chervil)
|
by Nefri
Malloc string
|
|
[8 replies] Last: thank you, once again :) last thing i must check is if i have inputs l... (by Nefri)
|
by Nebur
Route distance
|
|
[4 replies] Last: Still I modified it so that the first values are the initial x and y b... (by Nebur)
|
by solaclips
Help With C++ Multiple choice Qs 1-6
|
|
[3 replies] Last: yes i am wrong about question 1, haven't been to raw pointers for a wh... (by nvrmnd)
|
by Jesukiran
How do I write this recursive equation? Do I need pointers? could someone please hlep
|
|
[5 replies] Last: A(1) = 1; This is it. However, a recursion is not what you need. R... (by keskiverto)
|
binary search |
|
[no replies]
|
by BlackBug
value and reference :/
|
|
[2 replies] Last: thank you (by BlackBug)
|
by allendks45
Parallel Array help
|
|
[no replies]
|
by waad abdulla
help me I'm new programmer
|
|
[3 replies] Last: #include<iostream> #include<cctype> using namespace std; char type... (by waad abdulla)
|