by aag567
Comparison of string characters
|
|
[2 replies] Last: In C++, this doesn't work at all because string literals are const cha... (by hanst99)
|
Srand (Random Number Generator) Not Working! |
|
[2 replies] Last: Thanks, It fixed my problem. (by Code Assassin)
|
by paolopiace
putenv() & shell variable scope
|
|
[2 replies] Last: Why not saving your string in a file so that it can read it during the... (by coder777)
|
by Winston12
Reading and Countinging from File
|
|
[no replies]
|
by PeterK
need Help! get Key State (Linux)
|
|
[5 replies] Last: You can just save it, but you will need the qt library (and the tools ... (by hanst99)
|
by mbentley1989
Rounding Minutes up to nearest Hour.
|
|
[7 replies] Last: To get the nearest hour write int hours = (rentalMinutes + 30)/60; ... (by mbentley1989)
|
by thiruvirus89
AddRecord
|
|
[no replies]
|
by zcarfaz
need help with finding the occurrence
|
|
[3 replies] Last: How do you know that a variation of "code" appeared 1 time? Translate ... (by Moschops)
|
by stridexr
Global variable not recognized as 'global'?
|
|
[2 replies] Last: You the man (by stridexr)
|
by zcarfaz
need help with if and else
|
|
[2 replies] Last: it worked thank you for your help... (by zcarfaz)
|
by Paintman922
Help with formula problem
|
|
[1 reply] : What's the problem? And please indent and use [co de] tags.... (by Zhuge)
|
by Piika
Can't figure out how to terminate my program.
|
|
[2 replies] Last: As it is, you could check the vector before inserting a name to see if... (by Zhuge)
|
by time to c
are unused variables are bad thing?
|
|
[4 replies] Last: And it begs the question why the hell those variables are even there... (by time to c)
|
by hannjo
Help getting started; conveting binary to decimals
|
|
[2 replies] Last: can someone please help. Im getting really stressed out because I can'... (by hannjo)
|
Question on Switch Statements! |
|
[2 replies] Last: Thanks so much, shacktar! I'll do my best. (by Code Assassin)
|
Assigning values to structure in array |
|
[no replies]
|
by Zexanima
Help on book exercises.
|
|
[no replies]
|
by tkodabossman
Base Conversion
|
|
[8 replies] Last: You should probably post that then, because I didn't see it and I don'... (by ascii)
|
by Daddyxplode
C++ Code help
|
|
[4 replies] Last: Okay. I'll give you a nudge in the right direction. ifstream in; in.... (by Albatross)
|
Question On If Statement |
|
[9 replies] Last: If you are using a switch statement you need to put a break; after e... (by firedraco)
|