Best way to code piecewise step function? |
|
[4 replies] Last: Thanks guys! I got it :) (by siegel14159265)
|
by joshky
64 vs 32 bit
|
|
[3 replies] Last: Ok, I have never tried developing from win64 platform, but I want to c... (by simeonz)
|
by aj3423
read last 5 lines of a file using stl fstream
|
|
[9 replies] Last: I thought that the standard defines fseek for text mode when used to s... (by simeonz)
|
by ultifinitus
Mutexes ~~lol~~
|
|
[7 replies] Last: Haha Ya got that =D (by ultifinitus)
|
by ferros
openCV cvMorphologyEx() problem
|
|
[no replies]
|
by chess
Tic Tac toe
|
|
[2 replies] Last: Hey chess.... do you want your function jto simply check and decide a... (by mrahsanahmad)
|
How to set the delim character in cin.ignore() to anything? |
|
[1 reply] : cin.get()? (by quirkyusername)
|
by joro550
SDL Problems
|
|
[5 replies] Last: dude, im writing a wrapper engine in SDL too, why are you locking, unl... (by Jaso333)
|
by PiMaster
eval
|
|
[6 replies] Last: Indeed in the case of simple expression like this, one can use recursi... (by simeonz)
|
Installing a Compiler In Code::Blocks |
|
[1 reply] : Never mind, I've done it. (by closed account zb0S216C)
|
by akounga2000
count keeping
|
|
[4 replies] Last: i added the lines below and the program works now; Thanks u very much... (by akounga2000)
|
Set precision isn't working...why? |
|
[6 replies] Last: The reason for your problem is because without the "fixed" keyword, th... (by packetpirate)
|
Text Adventure Problems |
|
[2 replies] Last: Damn. Just had to switch the two around. Thanks a lot! ;] (by HeWasLikeAGhost)
|
by log3337
array size
|
|
[3 replies] Last: That syntax is fine. What are the possible values of i? (by rocketboy9000)
|
setting a range |
|
[2 replies] Last: do this: int i; do{ cin >> i; if(i<=50)break; else c... (by rocketboy9000)
|
by unregistered
Is it bad practice to have multiple return statements in a function or method?
|
|
[6 replies] Last: I found this quote a long time ago: In languages with exceptions, ... (by PanGalactic)
|
by michael2k100
Vector Strings- extracting particular strings
|
|
[1 reply] : replace cout << *iterator; with if( (*iterator) == '3' ) cout << *... (by hamsterman)
|
checking for file existence |
|
[5 replies] Last: Check out FindFirstFile/FindNextFile/FindClose (by kbw)
|
Confused on Subtracting from struct element |
|
[14 replies] Last: Edit: Figured it out: void transaction (Drink machine , int &numite... (by skatingrocker17)
|
Nested Vectors or ye olde error C2679 |
|
[2 replies] Last: Yes, that worked once I modified my accessor method a bit. strin... (by Austin Covello)
|