by mahdimanian
Problem in binary files in turbo c++?
|
|
[2 replies] Last: Please read my ask. My codes is c++ and work successful with turbo c++... (by mahdimanian)
|
by pacman169
Tictactoe with Al
|
|
[no replies]
|
by Tommy1998
Help me with this task please
|
|
[10 replies] Last: For 'auto' you will require to enable C++11 with your compiler (if not... (by bugbyte)
|
by anhnha
Help understand pointer declaration
|
|
[4 replies] Last: Thanks! This is really new and look chinese to me! I need to read up a... (by anhnha)
|
by anhnha
The Ksplice Pointer Challenge
|
|
[7 replies] Last: Here is what I thought: x has type array of int . printf("%p\n", x... (by anhnha)
|
by tk tk
Parking lot project need help
|
|
[1 reply] : Vectors in C++ are a way of storing many things of the same type, simi... (by David Nuttall)
|
by calembo
cStrings
|
|
[4 replies] Last: char * is a pointer. It is all a matter of what it points to. Cons... (by David Nuttall)
|
by BKR1888
Code match Pseudocode?
|
|
[2 replies] Last: [co de] "use code tags" [/co de] also, leave the pseudocode as com... (by ne555)
|
by karankapoor
Finding Greatest Common Divisor
|
|
[1 reply] : Yes. Assuming v is your vector and gcd a binary function, you can ... (by m4ster r0shi)
|
Lists |
|
[5 replies] Last: Nice, comments. > Function afis() do not works. be a little more desc... (by ne555)
|
by Danyal
weather report functionaility
|
|
[1 reply] : it is the implementation for the std::set container, containing W_repo... (by ats15)
|
by BKR1888
Batch Code?
|
|
[4 replies] Last: Both bash and cmd.exe execute batch processes. On Windows systems, ... (by Duthomhas)
|
by dteel
C style casts
|
|
[3 replies] Last: The problem with C casts is you're never quite sure what they're doing... (by kbw)
|
by BKR1888
Help! Calling all programmers :/
|
|
[4 replies] Last: Was helpful, Thanks :) (by BKR1888)
|
Strange while loop behavior |
|
[1 reply] : How did you define 'data' and its attributes? (by tcs)
|
by poteto
Timer efficiency.
|
|
[1 reply] : Multiple timers are indeed realized in a similar manner. Have a look a... (by tcs)
|
Do std::cout the hard way. |
|
[2 replies] Last: Other than Pascal, C/C++ doesn't know anything about in-/output. The r... (by tcs)
|
by Captaincjm
Programming Exercise
|
|
[2 replies] Last: Your return main() statement results into an infinit recursion causi... (by tcs)
|
by Salivan
Airport data base program
|
|
[3 replies] Last: And please don't forget indentation. (by tcs)
|
by Wulfinite
Best books to learn C#?
|
|
[3 replies] Last: Microsoft Visual C# 2013 Step by Step - John Sharp http://it-ebooks.... (by anup30)
|