by Noobie26
First program need help!
|
|
[5 replies] Last: What is this: Double radius^ = 0.0 The trailing ^ looks like a ... (by Chervil)
|
by stonedviper
Why can't I enter both number and sentence?
|
|
[2 replies] Last: I see thank you! (by stonedviper)
|
function error |
|
[5 replies] Last: What makes your code hard to manage is the first part: int main() { ... (by Enoizat)
|
Implementing Adjacency Matrix |
|
[no replies]
|
by ExtraY
Question about linked list
|
|
[6 replies] Last: head = temp means those two pointers have the same value which in this... (by closed account 48T7M4Gy)
|
by samcro
Grade Sum and Average Calculator: Console Application
|
|
[9 replies] Last: Thank you so much. Your code helped me immensely to clarify what I was... (by samcro)
|
by SasuKe
Read From Text File To An Object Array
|
|
[4 replies] Last: Thank you all :) Really appreciate it. (by SasuKe)
|
by shycas2008
***Clean screen!***
|
|
[7 replies] Last: I used suyashsing234's example. I'm writing on Linux and Windows. Ex... (by shycas2008)
|
by scoobz1234
animation with sdl timeing/speed issue
|
|
[10 replies] Last: Glad it worked. It takes a while to get past hackery. Hackery isn'... (by jonnin)
|
by mlholder
Valgrind False Positive
|
|
[2 replies] Last: I have a memory leak What's the error message? Please share the ou... (by mbozzi)
|
by Lithia
Increment Operators
|
|
[8 replies] Last: Not central to the discussion, but this may be of interest: C++ optim... (by JLBorges)
|
by arczi w
Using struct for the first time
|
|
[18 replies] Last: [quote=Enoizat]What do you want your struct/class do? [quote=Gieniusz... (by Enoizat)
|
by NeerP84
Caesar Cipher Help needed (arrays and pointers)
|
|
[5 replies] Last: PS the (2) get methods would return the std_alphabet and the c_alphabe... (by closed account 48T7M4Gy)
|
by FoxFX
Hangman Program with String Arrays and Headers
|
|
[3 replies] Last: If this is some sort of an assignment you were given and you are being... (by Uk Marine)
|
by tf245yay
Reading a C-String From A File
|
|
[1 reply] : See " Strings and null-terminated character sequences " on this page. ... (by Chervil)
|
Working with the big methods |
|
[16 replies] Last: Hours must always be in the range 0 – 23 and minutes, 0 – 59, bot... (by dhayden)
|
by Caipenghui
Time
|
|
[8 replies] Last: :) No thank you, but feel free to ask more questions on the forum! (by Ganado)
|
by von1997
get line function, strings and structs
|
|
[4 replies] Last: Hello von1997, An alternative to Chervil's idea if your input is one ... (by Handy Andy)
|
by Hamidpooran
2D array
|
|
[9 replies] Last: Use static storage duration. #include <iostream> int main() { ... (by JLBorges)
|
by mayuki4846
Why it doesnt put the total? (8.9e+002)
|
|
[2 replies] Last: thanks to you! :> (by mayuki4846)
|