by SoetSout
structure with textfile
|
|
[2 replies] Last: parts.part_name = split(line); The 'parts' is a type, you can... (by screw)
|
by sajis
Generate Ordered Subset of "k" elements from a set of "n" elements
|
|
[5 replies] Last: If all you want to do is generate k(2) and not k(n), then I suggest ju... (by jsmith)
|
by pancakespat
if else statements
|
|
[2 replies] Last: Notice how you are using < and > anyway: Does 1 >= x < 100 mean 'if... (by Bazzy)
|
by JeraldER
Beginner Lost With Program
|
|
[3 replies] Last: You need to change the header file and the source file in which you de... (by Bazzy)
|
by privs
finding differnce in minutes from two dates from ini file and sysdate
|
|
[no replies]
|
by privs
finding differnce in minutes from two dates from ini file and sysdate
|
|
[no replies]
|
by pancakespat
trouble with division and operator precednce rules
|
|
[11 replies] Last: Your variables are horribly named. Since your four digits are in th... (by jsmith)
|
by lawlawlaw
i need assistance with this.. im a newbie in c++
|
|
[12 replies] Last: Why did you propose this if you knew you had no idea how to do this? A... (by firedraco)
|
programming with a different cmd prompt? |
|
[no replies]
|
by privs
date comparison
|
|
[1 reply] : That is not standard C++. C doesn't have a date library but you can u... (by Bazzy)
|
by byronarn
Copying a segment of a string into another string.
|
|
[3 replies] Last: Also look up string::find, which will help you find the spaces without... (by jsmith)
|
by luq
Removing quotes from a string
|
|
[3 replies] Last: Ok thank you very much! I will test it this afternoon, I think (and ho... (by luq)
|
by minuszero
Flow control
|
|
[2 replies] Last: Awesome! Thank you for the prompt response. (by minuszero)
|
by kebabacool
constructor-destructor
|
|
[4 replies] Last: Yes I got it, thank you !! (by kebabacool)
|
by byronarn
file handling example not working
|
|
[5 replies] Last: Enclose your code inside code tags. [co de] without the space. Al... (by Chewbob)
|
by hannes
tolower
|
|
[7 replies] Last: An int is defined to be the machine word size. (by jsmith)
|
by kebabacool
tutorial level
|
|
[4 replies] Last: Yes, you don't really need to 'know' much more than the tutorial, you ... (by Bazzy)
|
Adding art and syles to programs? |
|
[2 replies] Last: Google SDL... (by Return 0)
|
by Scythe37
my class function says that I have an undeclared variable
|
|
[3 replies] Last: Wow, now I feel like an idiot. How did I not see that? thanks guys (by Scythe37)
|
by eiba
How to ask for temperature for x number of days?
|
|
[8 replies] Last: Here's a part of my program now. Is this very bad code? int days... (by eiba)
|