by BinaryDonuts
Puting strings together
|
|
[1 reply] : Hello std::string link = "https://www.google.com"; std::string cmd... (by mmw)
|
by cppnoob25
string manipulation
|
|
[4 replies] Last: Consider a pathological case where str is a million 'X' characters and... (by dhayden)
|
by likertuban
delete struct member
|
|
[11 replies] Last: Computers are fast and life is short, don't try to over think this. J... (by dhayden)
|
by cppnoob25
pointers
|
|
[4 replies] Last: Create a constructor for your Node class: Node(int d) : data(d), left... (by dhayden)
|
by lufthansa747
Static Analyzer Monitor System
|
|
[no replies]
|
by mat106
fstream::open sets the fail flag up.How to find the cause?
|
|
[2 replies] Last: Make sure the file isn't open somewhere else for writing. By the way,... (by LB)
|
C++ Derived Class Pointer |
|
[4 replies] Last: I want the Singleton class to get the SharedPtr (applicationPtr) in th... (by vivienneanthony)
|
by kevinlee
Distance traveled program problem.
|
|
[4 replies] Last: @hello, you meant: // pseudo code // pick out your unit system, I '... (by mmw)
|
by scs
read file from directory every minute
|
|
[7 replies] Last: Hello, if I may for each timer cycle ; I would checksum the file and... (by mmw)
|
by cranberries
corrupted double linked list error in runtime
|
|
[1 reply] : The problem is in line 37 of your code. You're forgetting to initiali... (by MikeyBoy)
|
by Kevinphp7
A C++ Problem
|
|
[9 replies] Last: Hello, I mentionned it as an example which perfectly fits the situat... (by mmw)
|
by guilpter
cannot convert from 'const char *' to 'LPCTSTR'
|
|
[6 replies] Last: Yes i am heading to that direction using Unicode or UTF-8, ANSI is jus... (by guilpter)
|
by cppnoob25
reversing a string
|
|
[5 replies] Last: If you're talking about reversing a sequence of words (no punctuation ... (by andywestken)
|
by User12 3
C2995->'std::complex': use of class template requries template argument list
|
|
[1 reply] : First, please add the code tags and indentation. See http://www.cplusp... (by keskiverto)
|
How can i use the resource compiler to compile my resource file? |
|
[2 replies] Last: windres is the GNU tool that corresponds with the Microsoft rc.exe too... (by andywestken)
|
by dominover
Exporting d'base table to .csv
|
|
[2 replies] Last: Thanks. I started building this library earlier on. Maybe that's the... (by dominover)
|
by Beneuros
Don't know how to compile with the a space in the name of the source code file...
|
|
[2 replies] Last: That said, you would do well to avoid file names with spaces. There ar... (by Duthomhas)
|
by cppnoob25
converting int to string
|
|
[2 replies] Last: Hey Andy, thanks so much for that explanation. I completely understand... (by cppnoob25)
|
by jae0014
how do I just compare first address?
|
|
[1 reply] : When you say = 333 = 123 = 456-1 are these stored in the list ... (by andywestken)
|
Need help with solving this compiler error |
|
[5 replies] Last: Nevermind, i figured it out. It turns out that i wasn't supposed to i... (by SomeAmazingGuy)
|