by sajis997
re-engineering issue
|
|
[2 replies] Last: The issue is solved . I forgot the fact that gcc do not like to separ... (by sajis997)
|
by SuperStinger
introduction/Approach to parsing/Game development
|
|
[3 replies] Last: Ye ok, i thought i had to, im using C's FILE to open and read a file ... (by SuperStinger)
|
Is Primitive Type Trait? |
|
[5 replies] Last: The only time you "need" to use typename is to identify nested depende... (by clanmjc)
|
by Smoke
Converting a hexademical to decimal string
|
|
[10 replies] Last: @Smoke I know it's been more than 10 days since this was commented on... (by whitenite1)
|
by savelam
using C++ to develop Android applications
|
|
[2 replies] Last: I want someone to realize that it's faster to search for the answer th... (by cnoeval)
|
by aliansi
opendir problem
|
|
[6 replies] Last: perror() say : "no such file or directory" and i'm sure 100% that the ... (by aliansi)
|
by kyky365
I cannot run properly my C++ programme
|
|
[8 replies] Last: Thank you all of you! you guys have helped me a lot ! Now I can run t... (by kyky365)
|
by Yezman
Pointers - In a function call use *s or s?
|
|
[2 replies] Last: So you got to use s . Good. (by jumper007)
|
by gibran
nested loops help please
|
|
[2 replies] Last: comparing to all the occupied slots in an empty parrallel_array: An... (by vin)
|
by fanasy
why my c++ program call so many time of _fini
|
|
[2 replies] Last: thanks roberts for remind. I drop the object to string. now can't see ... (by fanasy)
|
by sharath137
fopen getting crashed....(cannot able to access file through fopen sometimes)
|
|
[3 replies] Last: the file gets open correctly, but you use MAX_LEN and MAX_LENGHT. do y... (by Jikax)
|
by vivmen
problem with vector
|
|
[7 replies] Last: contact microsoft. well lets see their view. here is link http://so... (by vivmen)
|
by jpss90
Fatal Error LNK1120
|
|
[2 replies] Last: Thank you, that totally makes sense. I have tried that and it succeede... (by jpss90)
|
by bd123
Snake Game SDL
|
|
[1 reply] : Rather than having speed for the snake, depending on what direction th... (by closed account o1vk4iN6)
|
by sierramae
breadth-first search using an adjacency matrix
|
|
[1 reply] : |to_expand visited tree| to_expand := Queue new. to_expand push: roo... (by ne555)
|
by rucafe
sting member variable and sscanf function
|
|
[2 replies] Last: Why scanf and not >> ? (by kbw)
|
by dumkat
exiting a loop
|
|
[3 replies] Last: You're using blocking sockets, so the calls to socket functions will b... (by kbw)
|
by newdomingo
Run Java using C++ and the opposite
|
|
[4 replies] Last: (1) How can i run a Java program using C++ ? (2) How can i do the o... (by closed account 3hM2Nwbp)
|
by snipslog
Getting the working directory and converting to a string
|
|
[11 replies] Last: I believe it's _get_pgmptr if that is what you're referring to. Thanks... (by snipslog)
|
by new2cpp
Overloading the ++ operator to incriement an iterator
|
|
[6 replies] Last: @vlad from moscow I tried this and when i try to incirment an itera... (by new2cpp)
|