by nishad0963
take characters until 'enter' is pressed
|
|
[no replies]
|
by d15tur83d
Simulate a clock
|
|
[no replies]
|
Books about portable build systems? |
|
[5 replies] Last: By writing "build system" I meant the software entity, which is in tot... (by KarlisRepsons)
|
by clio78
problems with looping
|
|
[2 replies] Last: thanks bazzy. sorry for double posting (by clio78)
|
by Renascent
Stacks with chars as pointers...a bit confused.
|
|
[4 replies] Last: Oops, that's what I meant. Thanks! (by Renascent)
|
by ingenioushax
Overwriting a specific entry in a file
|
|
[1 reply] : The file is not a fixed-format file (meaning that each field may vary ... (by Duthomhas)
|
by C 123456789
Error
|
|
[1 reply] : decent formatting of your code would show the error: int inputFile... (by closed account z05DSL3A)
|
by amitjakati
Calling a function with delay
|
|
[1 reply] : #include <iostream> #include <ctime> void doSomething(); int... (by closed account 1yR4jE8b)
|
by dtustudy68
Where to find a task queue implemented by C++ for Open MPI ?
|
|
[no replies]
|
by Newbie25
pow ambiguous call to overloaded function
|
|
[1 reply] : 1) pow() doesn't take 2 ints. It takes floats, doubles or long doubl... (by Disch)
|
by mdb
passing text from file and arranging in ascending order
|
|
[5 replies] Last: Man, forgot all about this thread as i was busy trying other methods a... (by mdb)
|
by CDS
Display function (1,2)
|
|
[20 replies] Last: Ok...will do, thanks again......see ya in the next program! :-) (by CDS)
|
by dkaip
How i can have global outputFile with local value?
|
|
[6 replies] Last: use variable static may be can help (by qabil)
|
by Dragoon478
Capture a still frame from a USB camera
|
|
[no replies]
|
by AJM
Using GetFileSizeEX() and progress bars
|
|
[1 reply] : There isn't. A progress bar is a percent object. If you choose the ... (by Duthomhas)
|
by adamod67
c++ file read and write syntax
|
|
[6 replies] Last: One or more of these ought to help. http://www.cplusplus.com/forum/ge... (by Duthomhas)
|
by agoswami
Assing value to object
|
|
[7 replies] Last: hmm that's true anway thanks alll for quick help (by agoswami)
|
by Keaser
Don't understand this error message
|
|
[2 replies] Last: Oh yeah, you're right. Thanks. Copy and paste isn't you're friend if... (by Keaser)
|
by akunselm
border test for simple battleship game
|
|
[1 reply] : For your border checking wouldn't you want to allow them to move to 0 ... (by zoerb)
|
by rahulpqr
How to design a console ?
|
|
[8 replies] Last: Why, yes, I am. (by chrisname)
|