by JAI SINGH
random number
|
|
[1 reply] : [quote=man]The srand() function sets its argument as the seed for a ne... (by ne555)
|
by satheesh
Get the member from svn_string_t structure
|
|
[1 reply] : result is a pointer to a pointer so you have to dereference it one ext... (by Peter87)
|
by PeterCaya
Quick question about vectors in functions
|
|
[5 replies] Last: You can only pass something to a function, but aside from that, yes. (by Athar)
|
by Lonewwolf422
exponent in a formula
|
|
[1 reply] : In the math library #include <cmath> you can use the pow function. p... (by TheIdeasMan)
|
Function display problem |
|
[1 reply] : Hi ! Code tags pls :D I think this is the issue: else if(guess == t... (by soranz)
|
by MrHatchi87
Roots.cpp Program help.
|
|
[10 replies] Last: Hi MrHatchi87, Floating point numbers (floats & doubles) are a bit of... (by TheIdeasMan)
|
For loop vs While loop |
|
[2 replies] Last: yup, its true.. it may also depend on what are you trying to do or whi... (by striker24)
|
by imsonull
Can't initialize class object in .h or .cpp?
|
|
[2 replies] Last: Thank you for the reply soranz. This is exactly what I needed to know.... (by imsonull)
|
by awall859
Removing duplicate words from Array of Structures
|
|
[4 replies] Last: LowestOne is correct. Given this is a intro class to C++ I don't thin... (by ssrun)
|
really long output |
|
[1 reply] : Hi ! Sorry it didn't go well...but happy that you're making an effort ... (by soranz)
|
by Tiger58
What is wrong with this program??
|
|
[4 replies] Last: Please, mark this as solved so others won't click this thread. (by DesiredNote)
|
by Rgriffin
I don't even know where to start with this one.
|
|
[16 replies] Last: !(i250>250) = !(FALSE) = TRUE And your loop will iterate over all the... (by codeFoil)
|
by cbowlan
Reading Data Into Structures
|
|
[2 replies] Last: No it's a file with data like the example I gave I read in with the co... (by cbowlan)
|
by IWishIKnew
Variable Type Conversion
|
|
[4 replies] Last: @guestgulkan I know, and it doesn't matter. I know how to calc perce... (by IWishIKnew)
|
by rhenz000
How Can i Change my Terminator in While Loop
|
|
[8 replies] Last: Then I suggest you make c0p a char so that you can make a switch cas... (by Aceix)
|
by Serri
Problem understanding rand()
|
|
[8 replies] Last: @Serri You don't need a ton of if's. Just the one's you already have.... (by whitenite1)
|
by amthompson4
C++ help Please!! (1,2)
|
|
[20 replies] Last: Nevermind I see. I changed LO in 0<=x<=LO to 1. Thanks for all yalls h... (by amthompson4)
|
by galinuva25
Blackjack
|
|
[1 reply] : Perhaps the best way to start is to make it work for just 1 human play... (by soranz)
|
by clodi
How to deal with EVERY bad input?
|
|
[8 replies] Last: wow that actually explains a lot thanks, and so far I have had quite ... (by clodi)
|
by gerfy1
What programming should I do as a summer job?
|
|
[4 replies] Last: Just stick with C++. If you already know the basics learn some web ba... (by cnoeval)
|