by lipune
c++
|
|
[3 replies] Last: #1 - it is used to allow direct access to individual bits without havi... (by jsmith)
|
by g0dwyn
Pointer Madness
|
|
[2 replies] Last: *x++ is shorthand for x->operator++(int)->operator*() Now the po... (by exception)
|
by Clauzr
How to do a parsing?
|
|
[1 reply] : Just use a stringstream, then you can check each character individuall... (by firedraco)
|
by neonblues
read .txt file line by line and convert to array
|
|
[4 replies] Last: You could probably also just use getline() in this case to get everyth... (by firedraco)
|
by viclaudel
save data on C++
|
|
[2 replies] Last: thank you for the answer, I will try. (by viclaudel)
|
by chu121su12
Addition with string
|
|
[no replies]
|
Can someone please edit my code and please place an ifstream on it? |
|
[no replies]
|
by chu121su12
Calculate by memory value
|
|
[11 replies] Last: I found a simple equation: 0.01234-0.01334 gives you -0.00099999... (by chu121su12)
|
Session Tracker Application |
|
[no replies]
|
by rupal gupta
how to create a random number generator function till range of unsigned int
|
|
[3 replies] Last: rand()%(#) replace # with a number signifying the highest number you ... (by CTucci87)
|
by mherald81
erase() function
|
|
[3 replies] Last: Erase is the most efficient way. you may try: readLine = readLine... (by chu121su12)
|
by CTucci87
Problems With srand()
|
|
[1 reply] : I worked it out all I had to do was cast time as unsigned. I just chan... (by CTucci87)
|
by enduser000
refreshing things (like progress bars) in the command prompt/terminal
|
|
[5 replies] Last: Hey thanks for all your help. I took the progress bar you gave me and... (by enduser000)
|
by kanesoban
new syntax for associative array
|
|
[2 replies] Last: Wow, it really works. I never tought that you can do this with operato... (by kanesoban)
|
by Repentinus
Parsing XML
|
|
[no replies]
|
by helios
Random errors with queues
|
|
[1 reply] : I would just go for a thread-safe structure, since it will also preven... (by firedraco)
|
by locorecto
Problem with Class Month
|
|
[2 replies] Last: Thanks a lot Jsmith. What I did to solve the problems was to use the ... (by locorecto)
|
by Gonen
Calling to a function in the run-time
|
|
[no replies]
|
by malcolm
C++ Progamme for linux
|
|
[no replies]
|
by robbieinc
Request for member error
|
|
[1 reply] : Because scale returnes a pointer to a TimeValue, shouldn't it be : (I... (by guestgulkan)
|