by sciman777
Function won't accept value of variable?
|
|
[3 replies] Last: Oh wow, yeah just changed while() to if() and its fixed. thanks guys (by sciman777)
|
by BoubaCT
Finding Number of words, Avg word length, and longest word in a sentence then ending it with a punctuation.
|
|
[4 replies] Last: Ok thank you i'll give it another try. (by BoubaCT)
|
by daisyrowley
Browser in C ++ (UTF 8) -> Multibyte
|
|
[2 replies] Last: MultiByteToWideChar utf-8 to utf-16 WideCharToMultiByte to MSBC pr... (by poteto)
|
by egslava
Fill CPU cache with NOPs
|
|
[5 replies] Last: It takes less than a second to compile for me, but may I ask what is w... (by Ganado)
|
by Bopaki
#include<matrix>
|
|
[4 replies] Last: Thanks, after reading that, I noticed some libraries like OpenSceneGra... (by Ganado)
|
by WiWo
Shared_ptr usage
|
|
[5 replies] Last: If you find yourself typing new or delete , something has gone wron... (by Repeater)
|
by vohewirid
Segfault / double free with vector
|
|
[10 replies] Last: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65354 (by Peter87)
|
by khatmintom
problem with c++
|
|
[1 reply] : int sum (int num) This line makes no sense at all. What are you tryi... (by Repeater)
|
by nerdyotter
How to get unbuffered keyboard input?
|
|
[5 replies] Last: If you want unbuffered input from a file, you use the open system call... (by haritupe)
|
by haritupe
References and Pointers
|
|
[9 replies] Last: Thank you all for this guidance (by haritupe)
|
RAM of a program |
|
[4 replies] Last: RAM and HD used by the program, with a database of 1M customers. this... (by jonnin)
|
by billboard100
STRINGS - case insensitive function
|
|
[4 replies] Last: Possibly bad wording on my part. C++ does not have a lot of the 'st... (by jonnin)
|
by PhysicsIsFun
incomplete / useless method? (1,2)
|
|
[33 replies] Last: There are some member functions that the compiler generates for a clas... (by keskiverto)
|
by Mehmood Umer
please help me
|
|
[1 reply] : http://lmgtfy.com/?q=How+to+generate+a+fibonnacci+sequence+in+C%2B%2B (by closed account 367kGNh0)
|
by bscruggs99
Using string variables for sql query?
|
|
[4 replies] Last: Probably. I saw somebody on SO make a reference to c_str (). Sqlite is... (by bscruggs99)
|
Frustrated coders problem |
|
[2 replies] Last: Describe your algorithm. Your variables names are not descriptive. (by booradley60)
|
by frek
constexpr
|
|
[3 replies] Last: And please don't crosspost next time. http://www.cplusplus.com/forum/... (by Peter87)
|
by pnthoai123
Error code 139 - Segmentation Fault
|
|
[4 replies] Last: thx, now I notice it. (by pnthoai123)
|
by kakaducsy
expected a warning from visual studio
|
|
[3 replies] Last: Configuring 2015 for a higher warning level won't do anything for this... (by closed account E0p9LyTq)
|
by AM111
c++ doubt
|
|
[2 replies] Last: Thank you so much mbozzi!! (by AM111)
|