by zChops
pointers
|
|
[8 replies] Last: References are second names for existing variables, even though they a... (by LB)
|
by ptm
getting a line from a file with cstdio
|
|
[3 replies] Last: You have to build something equivalent in C. You can use the GNU Readl... (by Duthomhas)
|
by Smoke
Adding Compiler Definition in Eclipse
|
|
[2 replies] Last: Thanks it worked (by Smoke)
|
by hardrhymer
Singly Linked List in C++ help???
|
|
[4 replies] Last: [quote=LB]As for how to access the elements in a range, iterate the li... (by LB)
|
by carolin
Decrypt in Simple Transposition in C++?
|
|
[1 reply] : Just undo the actions you did in reverse order. Don't they teach these... (by LB)
|
by Ivan256
Can somebody halp me with my assigment?
|
|
[3 replies] Last: well start by defining application entry point: int main() { ... (by codekiddy)
|
by JAM96
Need Help Converting a string into an int
|
|
[12 replies] Last: HI codekiddy .. you are right . .. but i just wanted to give JAM 96 t... (by bluecoder)
|
Adding elements in to a vector |
|
[3 replies] Last: Insufficient information .. past your code . (by bluecoder)
|
by make026
[C++] One Star Symbol And A pointer to A pointer(Hard Questions) (1,2)
|
|
[23 replies] Last: Thank all of you! (by make026)
|
by strongdrink
bitset..
|
|
[2 replies] Last: true true, I was just thinking it would look more natural of it didn't... (by strongdrink)
|
by des6043
find the boundary points to find convex hull
|
|
[4 replies] Last: you can also do it as .. for (int j = 0; j<obj->NumTri;j++) ... (by bluecoder)
|
by purefan
Interact with another program
|
|
[5 replies] Last: The UCI protocol requires communication via stdin and stdout. (by JLBorges)
|
by dancks
need advice designing game v.inheritance
|
|
[1 reply] : Is this an isometric game? As for inheritance, you'll have to look ... (by hamsterman)
|
by arooj
Palindromic numbers
|
|
[1 reply] : This code shouldn't work. test == buf will never be true as they are... (by hamsterman)
|
by Scottas
Uploading files to ftp server
|
|
[1 reply] : Nesu naudojęs dirent.h, tad nelabai galiu padėt. Pabandyk vietoj jo... (by hamsterman)
|
by Kristian T
Email program: 'AF_INET' : undeclared identifier
|
|
[1 reply] : That link is broken. Could you fix it? Aslo, see http://msdn.micros... (by hamsterman)
|
by dalydir
URLDownloadToFile problems
|
|
[8 replies] Last: If I were to be seeking a C++ method by which to download a web page (... (by dalydir)
|
by marcofjs
Rewind a ifstream file
|
|
[2 replies] Last: > i am trying to rewind the files called t and r, because funcion comp... (by JLBorges)
|
random number in a certain range |
|
[4 replies] Last: For getting a different sequence of pseudo random numbers each time th... (by JLBorges)
|
by xNovak
Simple Programming Task
|
|
[8 replies] Last: what is the code you have written for the validation part. Are you en... (by bluecoder)
|