by ToniAz
Create custom operators
|
|
[3 replies] Last: thanks orejano i've seen the 1st link before, but i just looked at the... (by ToniAz)
|
by pi4r0n
setw() not working properly why ??
|
|
[4 replies] Last: Don't blame the tools for your errors. setw works exactly as it is d... (by Duthomhas)
|
by lizbo
Vectors, structs and casting
|
|
[2 replies] Last: You probably need to replace JobID = (int) JobID+1; with ++JobID... (by kbw)
|
by lionaneesh
What is the problem with this programme?
|
|
[3 replies] Last: I meant all of his code in general (by mackabee)
|
by job
random functions
|
|
[5 replies] Last: srand() is misspelled as strand(); there is a comma after "int i = 0"... (by jsmith)
|
by Jahmbo
How do you know when you have it "right"?
|
|
[3 replies] Last: if you are using codeblock, dont use "system ("pause")" at the end jus... (by mmthob)
|
by job
i need a mentor
|
|
[no replies]
|
by Timminski
if criteria problem in recursive function
|
|
[2 replies] Last: Thanks for taking the time to explain that Dacster - it makes sense; I... (by Timminski)
|
by robertlenos
Using a pointer to assign random numbers to array.
|
|
[17 replies] Last: I see the discussion is going on. :-) You have to initialize the ra... (by Danielsson)
|
by localmotion
GNU and visual studio
|
|
[1 reply] : This is obvious, but have you check the list of options/flags for vc++... (by billinares)
|
by billinares
Understanding CppUnit
|
|
[no replies]
|
by biiirrrdman
Is my solution good style?
|
|
[4 replies] Last: After working with the data structure i came up with this to find a va... (by biiirrrdman)
|
by agent933
Cygwin SDL windows.h
|
|
[1 reply] : The problem is your linking -lmingw . You should be linking -lmingw3... (by tigergamer)
|
by Liger XT5
Switch Case Loop
|
|
[6 replies] Last: That's what I did. I figured after a while that the cases had to const... (by Liger XT5)
|
by nickg140143
Question on using random numbers with array index
|
|
[2 replies] Last: Thanks, I'll give it a go. (by nickg140143)
|
by carlion3
files
|
|
[1 reply] : Post formatted code within code tags. Noone wants to try and decipher... (by kempofighter)
|
by SC10
Stack Woes
|
|
[4 replies] Last: Chrisname is right, but he wouldn't be giving you a hard time if it wa... (by Computergeek01)
|
by yoked88
Output
|
|
[3 replies] Last: Ah, okay. Thank you guys, I got it. (by yoked88)
|
by mbrinkley
How do you split dollars and cents from a net pay?
|
|
[8 replies] Last: Actualy I'd probably use integers for money and just keep track of the... (by Disch)
|
Dynamically allocating arrays |
|
[3 replies] Last: I got it working, with some help from cprogramming.com: #include <... (by closed account jwC5fSEw)
|