by buldogao87
temperature convention program
|
|
[no replies]
|
by seklum
PID
|
|
[3 replies] Last: Note that GetProcessId is a WinAPI function. On other systems, you'd h... (by Athar)
|
how to delete an element in multdimensional array?? |
|
[1 reply] : Firstly, http://www.cplusplus.com/forum/articles/17108/ Then, do ex... (by hamsterman)
|
by lukelee1987
date verification
|
|
[1 reply] : Isn't that already implemented? PS: use [co de] tags (by Bazzy)
|
how to delete an element in multdimensional array?? |
|
[no replies]
|
by dhv
function to split and rearrange array
|
|
[no replies]
|
by Rave
Pointers and printing
|
|
[1 reply] : char* is a string. Therefore, printing a char* will print a string. No... (by hamsterman)
|
by harpo
read and write .ini
|
|
[15 replies] Last: ok so i read the input/output files thing and tested it and i now und... (by harpo)
|
by jmastin
Output alignment
|
|
[3 replies] Last: Your Welcome :D ! (by lucifier)
|
by yts
Class
|
|
[5 replies] Last: @Disch: I know it's not best to do that. That's why I said easy fix, n... (by closed account D80DSL3A)
|
by nquadr
Cannot get this code to work
|
|
[5 replies] Last: I have edited the code, but it is not giving me the answers I would ex... (by nquadr)
|
by jamesmk
Why does my program crash when compiled w/ g++?
|
|
[2 replies] Last: ne555 (255) said for (int i = 0; i < x; i++) { cout << i << ... (by jamesmk)
|
by ToniAz
Integer to clock format - Crash
|
|
[1 reply] : It should have crashed on Windows, also. (You are just lucky that it d... (by Duthomhas)
|
by duboisford
Check value of struct with Multiple Bools
|
|
[5 replies] Last: Out of habit. When you're dealing with complex objects or want to modi... (by Athar)
|
by nickallison
First Program. Compiles (sort of) then ".. Undefined reference to 'Winmain@16'
|
|
[6 replies] Last: Thanks for the time spent explaining this Bazzy. References appears t... (by nickallison)
|
by nquadr
do while statement with string
|
|
[2 replies] Last: Thank you. (by nquadr)
|
by Porras78
Write to text file through dll
|
|
[3 replies] Last: that works from within ARENA.DLL (by dspain)
|
by dspain
reducing integers by a specific percentage
|
|
[5 replies] Last: ok after ding some playing i came up with: double damage = 15; flo... (by dspain)
|
by Rave
Cin>>and types
|
|
[1 reply] : Once an input operation fails, the stream state changes from good to... (by Bazzy)
|
by dandy
void and int (1,2)
|
|
[37 replies] Last: yeah it's important, but it's ignored by the others (by dandy)
|