by keviinmc
C++ question #2 alphabetical via string
|
|
[1 reply] : Well, for simple sorting that isn't that time critical, I would just s... (by firedraco)
|
by keviinmc
C++ integer question
|
|
[2 replies] Last: WTF?? It wasnt working a little bit ago. I guess I messed with it bef... (by keviinmc)
|
by Dandirom
Encrypt/Decrypt, Arrays/Pointers
|
|
[5 replies] Last: @ Dandirom Not post it here herself, do it herself. But good l... (by CheesyBeefy)
|
by bazanaka
Problem with Modularity Program...
|
|
[3 replies] Last: Sorry for that last post, I wasn't thinking properly lol. I have fixed... (by bazanaka)
|
by LacViet
Programs Interaction/Window Hook?
|
|
[2 replies] Last: You don't need hooks to do IPC. Google things like "ipc" and "inter... (by Duthomhas)
|
by Arekus
Basic Function Problem
|
|
[2 replies] Last: Thanks a ton. I managed to get the break_cost, lunch_cost, and dinner_... (by Arekus)
|
by LovestoCpp
Making Moving Objects
|
|
[3 replies] Last: You have to use some platform-specific code to do it. There is no way ... (by Duthomhas)
|
asterisk |
|
[2 replies] Last: To get started, think about the patterns for each line. Each line has... (by Duthomhas)
|
by iNeedHelp
Cannot figure out how to do a word count
|
|
[4 replies] Last: Sentences are normally terminated by a full stop (.), an exclamation p... (by Duthomhas)
|
by LovestoCpp
Y is my code sucking?
|
|
[2 replies] Last: TY! TY! TY! Ive been so tired and its been so hard to think. TY!! (by LovestoCpp)
|
by sanzilla
ideas to write a good interface
|
|
[3 replies] Last: And note that the above is compiler implementation dependent, although... (by jsmith)
|
by bluegray
Prime Numbers
|
|
[6 replies] Last: Ya i was trying to use Seive of Eratosthenes. thanks for the link it h... (by bluegray)
|
by howdydudy
Opening and Closing .txt files
|
|
[2 replies] Last: You might want to use a for loop for writing and reading the numbers. (by Poke386)
|
by jnogues
Read a number 1000 integers long and make it into a vector
|
|
[2 replies] Last: I'm not really sure about this but I guess you could use .get() to get... (by Poke386)
|
by Default
Masking the password
|
|
[5 replies] Last: If you read the user's input with getch(), the characters entered are ... (by jsmith)
|
by Pis
How to declare a GPA formula...
|
|
[11 replies] Last: I confused with my own code.......please help me.. GPA = [Tota... (by Pis)
|
by bluezor
Program Trouble
|
|
[5 replies] Last: Oh many thanks! It worked. (by bluezor)
|
by hankof1983
quick cout question
|
|
[4 replies] Last: thanks for the tip. i wasn't aware i could cout << string( 100, '\n'... (by hankof1983)
|
by firedraco
Illegal else without matching if
|
|
[no replies]
|
by SpongeCrunch
Can I use DevC++ to print a file/data?
|
|
[4 replies] Last: Do you mean display the text on the screen or actually print out a she... (by eker676)
|