by johnmerlino
atoi function
|
|
[4 replies] Last: I see, for each iteration, we increase by power of 10, since we are us... (by johnmerlino)
|
by jackkenstein
Need help with using a loop
|
|
[1 reply] : Use a while(true) loop with a break statement. #include <stdio.h> ... (by zsteve)
|
by sepehr62
2D Vector using std::vector
|
|
[8 replies] Last: Line 74 reserves capacity in the vector. It does not place any obje... (by cire)
|
by jclark0928
Help
|
|
[1 reply] : for the list, use std::list. to insert into random locations, my idea ... (by zsteve)
|
by venros
tic-tac-toe - dont know whats wrong
|
|
[6 replies] Last: [quote=venros]How would you recommend I use my char board array? I del... (by MikeyBoy)
|
by Stewbond
Moving big objects
|
|
[11 replies] Last: > @JLBorges: I see RVO, no move assignment. And how much slower do yo... (by JLBorges)
|
by xwielder
accessing/assigning values of a 5 dimensional array
|
|
[6 replies] Last: Okay, I understand. I did use q .Tasks.resize(5); , just forgot to m... (by xwielder)
|
by allinscoguy
help
|
|
[1 reply] : If you want help then provide what you have. If we do it for you we wo... (by giblit)
|
by NZheadshot
Reading in a graph
|
|
[no replies]
|
by gudeh
Struct of ints via socket
|
|
[3 replies] Last: well, all this time to find out the problem was a missing ( ... ) at t... (by gudeh)
|
by dowi
Command line and waiting for a connection (Socket)
|
|
[5 replies] Last: The server itself never* exposes itself to the command-line like that.... (by Duthomhas)
|
by ElHex21
Having an issue with headers
|
|
[2 replies] Last: Texture has no member gRenderer. And what it means, is that it has a... (by ElHex21)
|
by freddie1
new [] syntax I've never seen for zeroing out memory
|
|
[4 replies] Last: Thanks guys for the info. I'm more a C coder than a C++ one, and just... (by freddie1)
|
by Stewbond
A nicer way to avoid pointers
|
|
[no replies]
|
by oal
integrating oencv with netbean c++ platform
|
|
[no replies]
|
by praneshiitm
double to float conversion error
|
|
[1 reply] : That's not an error, that's a warning. Warnings don't stop compilation... (by Vlad Licker)
|
by Codebot
Having some trouble.
|
|
[no replies]
|
by praneshiitm
expected an expression error
|
|
[3 replies] Last: thanx giblit, i totally was unaware... thanx jlborges, i ll do that fo... (by praneshiitm)
|
by Gameman
DirectX or opengl tutorials
|
|
[2 replies] Last: this is really good tutorials Thanks Any other tutorials? (by Gameman)
|
by frederic1169
reading the content of a file from command line
|
|
[2 replies] Last: you dont need the '<', you could just type a.exe data.txt read t... (by mutexe)
|