by alexander07
linkd List
|
|
[4 replies] Last: Thanks a lot you resolve my problems I change everything to string Hir... (by alexander07)
|
by MatthewK
Programming issues with while(cin >> x){ /* ... */}
|
|
[3 replies] Last: Thanks! booradley60 that worked great :) (by MatthewK)
|
by TheIdeasMan
Convert deg min sec to radian & back using boost 1_53_0
|
|
[8 replies] Last: Ok, I have it working with KRAkatau 's solution as well as that from ... (by TheIdeasMan)
|
by tanja
Help: Typ conversion!!!!
|
|
[2 replies] Last: Let me remind you that: A float's size is 32-bit A char (unsigned too... (by S G H)
|
by chihwahli
OpenGL unreferenced function
|
|
[14 replies] Last: @cire: Freeglut is working fine, I can compile and run a simple OpenGL... (by chihwahli)
|
by swordsaber
Trouble with this program.
|
|
[3 replies] Last: I didn't see that you were required to us a vector, so I changed the v... (by Carm)
|
by tanja
template parameter
|
|
[2 replies] Last: thank u (by tanja)
|
by aj3423
std::regex problem, why \s\S doesn't work
|
|
[8 replies] Last: some dialects support [^] as real "all symbols" character class. The... (by aj3423)
|
by kaorukensi
1>LINK : fatal error LNK1561: entry point must be defined
|
|
[1 reply] : If you are very new with C++ I would suggest starting somewhere more b... (by booradley60)
|
by NoobUser
Bubblesort Template
|
|
[4 replies] Last: The error you posted is generated becouse, in line 5, you declared onl... (by Nobun)
|
Variadic Templated Mixin Class... |
|
[1 reply] : bump Works fine if I use no ctor at all, but ctor functionality is ... (by Bourgond Aries)
|
by CLearner88
reading a string 2 characters at a time
|
|
[3 replies] Last: no, it won`t always be an even number. it is subjected to the user`s i... (by CLearner88)
|
by aruna
Inheritance program...
|
|
[10 replies] Last: Thank u that made me understand where i was wrong.. But still i am not... (by aruna)
|
by liamw309
Beginner
|
|
[3 replies] Last: I'll just quote what I wrote on another topic a couple of days ago. ... (by aiothjaoifaohgaio)
|
by bond5611
Why not class calling the main's function?
|
|
[1 reply] : Because class does not know about this function existence. You can for... (by MiiNiPaa)
|
Friend function. ERROR: modifiers not allowed on nonmember functions |
|
[4 replies] Last: Thanks a lot Cire and Firedraco. I love you all! (by Rehan FASTian)
|
how to display inputed values |
|
[2 replies] Last: double sa, v; at line 95 are being used without having been initializ... (by Rehan FASTian)
|
by maggotz
guide me to solve parking rate..
|
|
[4 replies] Last: hi Smac. i've not learn about #include <cmath> yet ( also i know thi... (by maggotz)
|
by seehat
Reading from a text file
|
|
[2 replies] Last: @samueladams thanks alot for reply mate. our study system in australia... (by seehat)
|
by struzy629
String to Long Long
|
|
[6 replies] Last: Well I am breaking it up into 10 digit parts. I have added a for-loop ... (by struzy629)
|