by dkqnfl330
expression must have class type error... at targetIsbn.compare
|
|
[1 reply] : targetTitle is a string therefore you can use its member function co... (by coder777)
|
by Guy Eman
I am getting a syntax error on line where my if statement is because of the semicolon I place at the end..
|
|
[3 replies] Last: @benhart, if the tool you advertise is so great why don't you show use... (by Thomas1965)
|
by omarespanol
Delete LVITEM message WinApi
|
|
[1 reply] : You could try the ListView_DeleteItem macro https://msdn.microsoft.com... (by Thomas1965)
|
Visual studio and c++ |
|
[3 replies] Last: You can avoid the use of "system" by hitting "Start Without Debugging"... (by JayhawkZombie)
|
by Guy Eman
When running program output will not stay aligned.Help please!!
|
|
[no replies]
|
by jrjamesruan
Help: "Undefined reference to" error
|
|
[2 replies] Last: I see. Thanks for the help! (by jrjamesruan)
|
by Ozzy69
Question about the file in C
|
|
[1 reply] : Assuming this is windows. If not, the -1 should be removed. if (res... (by jonnin)
|
by mkb555
Extracting bits from array of ints
|
|
[1 reply] : One way might be to convert them to strings via a bitset (as below). ... (by lastchance)
|
by omarespanol
Convert LPWSTR to string
|
|
[1 reply] : //Warning: This function loses data! std::string to_string(LPWSTR *w... (by helios)
|
by ehsan96696
Recursive digit addition
|
|
[2 replies] Last: #include <iostream> using namespace std; int sumDigits( int n ) { ... (by lastchance)
|
by anonym
reading in a file and using for loops to calculate statistics
|
|
[1 reply] : Please use code tags so the site will add line numbers to your code. ... (by dhayden)
|
by jaganda
Creating an updating function for card game
|
|
[1 reply] : You should simulate an actual deck of cards rather than just picking a... (by dhayden)
|
by jailabg
Need help :X edit : What is this new error even :X
|
|
[2 replies] Last: Ohh yeah the ";" was not supposed to be there i think but now there ar... (by jailabg)
|
in c++,is there something similar to the "arguments" object in javascript? |
|
[2 replies] Last: How can i perform the same task in c++? The solution is possible wit... (by mbozzi)
|
by mary9734
Vectors
|
|
[no replies]
|
by omarespanol
redeclared without dllimport attribute: previous dllimport ignored
|
|
[1 reply] : SendMessageW is declared in winuser.h already, so there is no need to ... (by Thomas1965)
|
by Mhesham
Regex
|
|
[8 replies] Last: (?:[a-z]*[A-Z][a-z]*){3,} pattern: a string made up solely of al... (by JLBorges)
|
by omarespanol
Start a paused process c++
|
|
[5 replies] Last: sorry i was wrong im checking (by omarespanol)
|
by ernalyn
Loop and Arrays
|
|
[no replies]
|
by Guy Eman
Getting a "expression must have a constant value" on my switch statement
|
|
[1 reply] : The error is telling you that grand_Total >= 1000 isn't a constant e... (by mbozzi)
|