by rarian10
function
|
|
[3 replies] Last: wow thanks guys. my program is running now. thanks again for the tips ... (by rarian10)
|
by barnack
Deleting some elements of a (forward) list while iterating
|
|
[2 replies] Last: // a cycle makes one pass through the forward list, decreasing the li... (by JLBorges)
|
by alex067
Shoretst Sequence of Operations
|
|
[5 replies] Last: Except, it doesn't satisfy the specification w.r.t. the output. Doing ... (by toad)
|
by KapStar
Using Splashkit create a conversion equation code
|
|
[2 replies] Last: I would just make conversion factor constants, and go from there... r... (by jonnin)
|
by stav
Questions about c++, syscalls, and compilers
|
|
[9 replies] Last: helios, this is where I get into trouble.... the visual studio compil... (by jonnin)
|
Time Counter Problem |
|
[2 replies] Last: I think there are many problems with your code memeguy. Do you realiz... (by poteto)
|
by TrevinLC1997
Where do you learn basic c++ information? Like representing function pointers
|
|
[7 replies] Last: Fair enough. But the result of the unseen conversion (for function*) ... (by jonnin)
|
by philip1999
Error in checking for win conditions in a function using arrays.
|
|
[5 replies] Last: #include <algorithm> // return true if array row (length at least 9... (by JLBorges)
|
by jobe200
Copying strings and integers to arrays from an external file
|
|
[1 reply] : Seeing your code would help... (by SamuelAdams)
|
by KapStar
Fix Code
|
|
[2 replies] Last: there are tons of perfectly good code formatters. Most work well enou... (by jonnin)
|
by philip1999
How to generate random numbers within an array
|
|
[3 replies] Last: #include <iostream> #include <ctime> #include <cstdlib> #include <cct... (by JLBorges)
|
by KapStar
Declaring functions
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/functions/ has section about dec... (by keskiverto)
|
by Keishadow
Stable Low Latency with sockets/winsock
|
|
[4 replies] Last: On the Internet, data consistency is positively correlated with latenc... (by helios)
|
by BlitzGod
Reading From Data Files using structures and functions
|
|
[1 reply] : This is what you do: int age[ 5 ]; age[ 5 ] = 42; What is wrong in t... (by keskiverto)
|
by pon r
mingw portable binary
|
|
[3 replies] Last: That's what it says in the blog. Just point to mingw. You can put bin ... (by poteto)
|
by volang
C++ or the computer more in depth
|
|
[8 replies] Last: If you want to write a simple OS, take a look at wiki.osdev.org (by uplime)
|
by doug4
Problem Moving a Thread
|
|
[3 replies] Last: I guess it's just trying to be clever and do the right thing. It works... (by Peter87)
|
by volang
undefined reference to imp PathIsDirectory
|
|
[9 replies] Last: Trust me, laptops count as desktop apps, since they are fundamentally ... (by poteto)
|
by volang
Information about content in folders. (Windows)
|
|
[6 replies] Last: My eyes shined when I heard you say that, and I immediately I tried th... (by poteto)
|
by volang
System calls, anti-virus
|
|
[2 replies] Last: it should not complain. AV software works in many ways, its not a s... (by jonnin)
|