by ZED0815
C vs C++
|
|
[8 replies] Last: OK, that'll do for me...I don't do all that fancy programming. I just ... (by ZED0815)
|
for loops statement |
|
[4 replies] Last: OK you asked program to do that. I made you one. This will indeed comp... (by closed account 10oTURfi)
|
by Muhasaresa
C++ String Entering Customization
|
|
[8 replies] Last: msvc++9.0: #include <cstdio> #include <conio.h> int main(void) { ... (by Syuf)
|
by incarnation
c++ question
|
|
[4 replies] Last: BTW you misspelled october (by ZED0815)
|
need to split strings containing both chars and ints |
|
[4 replies] Last: Thank you all for the advice, been really helpfull! i think i should ... (by Matthew Merrett)
|
by hilalatlv
help me please - i/o files
|
|
[4 replies] Last: thanks for your help! it works! I'll try to be more specific and detai... (by hilalatlv)
|
by ssunghhan
Visual Studio C++ Array to MFC
|
|
[no replies]
|
by Jdc1197
Update the console, without completely redrawing?
|
|
[3 replies] Last: It is pretty simple, but requires a little bit of setup. What exactly... (by Duthomhas)
|
by Mubarak
Modifying a Constant Global Variable??
|
|
[6 replies] Last: thanks alot for this compact example. it's time to play with "Class... (by Mubarak)
|
by ZED0815
Error returning void*
|
|
[7 replies] Last: Thanks alot! (by ZED0815)
|
by TheCreator
How does rand() work?
|
|
[4 replies] Last: It should be noted that there's nothing in the C standard (to my knowl... (by helios)
|
by DaSpirit
Same header file in 2 source files problem
|
|
[6 replies] Last: Note that if you use #define WIN32_LEAN_AND_MEAN it must be be... (by andywestken)
|
Non Static Member Function Pointer |
|
[3 replies] Last: Thanks. It worked :) (by tolga gerekci)
|
by Muhasaresa
C++ String Edit Function
|
|
[2 replies] Last: Thanks for the help , but can this operation be done after each full s... (by Muhasaresa)
|
by smelas
Vectors and arrays
|
|
[2 replies] Last: Just had too much spare time. Try this... (I didn't check so there mig... (by ZED0815)
|
by ZED0815
POSIX synchronisation
|
|
[2 replies] Last: Ok...Boost seems to have the proper tools for doing so...thanks Athar! (by ZED0815)
|
rand() isn't very random. |
|
[6 replies] Last: ...but you are still right. rand () isn't a very good generator. You ... (by Duthomhas)
|
by smelas
logic question, -array, struct-
|
|
[4 replies] Last: Oh if your answer would be "no" then you need to store lower and upper... (by ZED0815)
|
by Chathu
Password Masking
|
|
[12 replies] Last: yes of course...you print a star before checking whether input is '\n'... (by ZED0815)
|
by Donanza
Hiding random integers in an array
|
|
[6 replies] Last: A user there says this: "I know a better way to generator: 1. get a ... (by Donanza)
|