by AndroidZ
This makes no sense at all to me
|
|
[2 replies] Last: Aha! Much appreciated. (by AndroidZ)
|
by moot1
encypt
|
|
[7 replies] Last: It replaces the code inside your for loop. (by closed account D80DSL3A)
|
by InterFiction
Best way to pass values.
|
|
[1 reply] : In your "on click" event handler, you can either send a signal to the ... (by Duthomhas)
|
by Jarr10
Jumping Number sequence
|
|
[2 replies] Last: What do you mean by "leading element" and "jumping number"? Are you ta... (by Duthomhas)
|
by dean
Allocating an array of pointer??
|
|
[8 replies] Last: Dean, I am pretty green but I actually tested what I said. Now, I am... (by IceThatJaw)
|
by start2finish
Determine Lowest Number
|
|
[2 replies] Last: do like this int min=1000000; for (int i=0; i<5; i++) { int z; cin >... (by Meirambek Zhaparov)
|
by Yezman
Caesar Cipher program finished, but need help with bugs. (1,2)
|
|
[26 replies] Last: Ok I got that issue, but I have been stuck on this problem all day. ... (by Yezman)
|
by Blessman11
memory block copy error
|
|
[2 replies] Last: It's C++, not C (determined by the use of std ). Use the new casting ... (by closed account zb0S216C)
|
by xiaodaidai
why getline() only outputs newline
|
|
[2 replies] Last: Getline will read everything until it hits a newline or a delimiter if... (by IceThatJaw)
|
by AndroidZ
scope issues
|
|
[4 replies] Last: Thanks. It still doesn't output the cout though, and the "command" co... (by AndroidZ)
|
by danny bates
Help with string check and if statements
|
|
[2 replies] Last: I am actually really green too (been coding seriously for about 8 mont... (by IceThatJaw)
|
by Biglis35
How do you get the concept of coding by using Codeblocks?
|
|
[2 replies] Last: That's like asking "Hey, I've learned every scale and chord in my pian... (by cnoeval)
|
by IWishIKnew
I/O with lines of a file
|
|
[17 replies] Last: wow! cool that helped! it works perfectly now. I appreciate your ti... (by IWishIKnew)
|
nested loop for begginers like me |
|
[3 replies] Last: finally got it to work Thank You everybody #include <iostream> usin... (by jason007thomas)
|
by Dstrayex
Program Help.
|
|
[3 replies] Last: Replace double y; with int y = 0; (by shacktar)
|
by phoenix14
CPP error "expected unqualified-id before ‘{’ token"
|
|
[4 replies] Last: for (k=0; k<4; k++) { total = float marks * float weights ; } ¿w... (by ne555)
|
question about linux time command?? |
|
[4 replies] Last: omg thanks it work i appreciate it (by Natalia Foster)
|
by jjmounes
Unhandled exception (simple insertion sort func)
|
|
[2 replies] Last: Can you tell I was having a bad morning? I came back and looked at it... (by jjmounes)
|
Array Help |
|
[no replies]
|
by Ramzi89
Reference
|
|
[2 replies] Last: I get you. So im pasing the actual parameter but it cannot not be modi... (by Ramzi89)
|