How to add simulator |
|
[3 replies] Last: This is a problem of windows. min/max are defined as a macros. So dire... (by coder777)
|
by binoNocino
>> operator not working for ifstream
|
|
[2 replies] Last: Consider this: template< typename V, typename W > void Digraph<V, W>::... (by coder777)
|
by Volapiik
Out of range error on substr
|
|
[3 replies] Last: Ganado -> Hey thanks for the tip, the ignore placement seems to have g... (by Volapiik)
|
by ChapDeLavren
Blackjack: Issues with repeating integers in array (1,2)
|
|
[22 replies] Last: A std::deque might be better suited for a deck of cards than a std::ve... (by deleted account xyzzy)
|
Sorting a List With Nodes |
|
[5 replies] Last: bool node::operator > (const node& n) { return n < *this; } but eve... (by ne555)
|
changed address of variable in the heap segement |
|
[1 reply] : why does the address of a changed? Because each time you call A() ne... (by coder777)
|
by Leo2505
Program Eror!
|
|
[1 reply] : This is your friend declaration: friend std::ostream & operator<<(std... (by Ganado)
|
by Milnk
Convert numbers into letters and multiply the number by itself
|
|
[6 replies] Last: @kazeroth900, Your "secretCode" doesn't make much sense. Most codes a... (by lastchance)
|
by Jhokuu
Cleaning up output text in proper columns
|
|
[4 replies] Last: Simply, L14 you need setw() for name like you have for the other fiel... (by seeplus)
|
by moosemb
C++ Output 3 letter word forward/backward
|
|
[4 replies] Last: C++11 introduced the range-based for loop. C++20 allows the range-bas... (by deleted account xyzzy)
|
by hasane
How do I check for correct GUID from .txt file?
|
|
[3 replies] Last: Contains would be welcome, that was a big miss. Ive been using strstr... (by jonnin)
|
by Martin324
How would I order the names alphabetically?
|
|
[2 replies] Last: Perhaps: #include <iostream> #include <string> #include <algorithm>... (by seeplus)
|
by fiadriad
Sorting total and average score of the students and their ranks in ascending order
|
|
[5 replies] Last: Despite that and the fact that the code is C rather than C++ ... lets ... (by keskiverto)
|
by Winnie22
Error when using file handling in C++ project
|
|
[1 reply] : For deleteStaffByUsername: You open a file for reading called database... (by Ganado)
|
by OcoIncs
Recipe for target failed. Error
|
|
[4 replies] Last: His account now has limited functionality...probable due to posting ju... (by The Grey Wolf)
|
by OcoIncs
Decimal Division function
|
|
[2 replies] Last: @lastchance Thanks for the fast response! Will try! (by OcoIncs)
|
by dio123321
Pyramid pattern based on NUMBER OF STARS
|
|
[12 replies] Last: [quote=dio123321]print this pyramid reverse? What is that supposed ... (by lastchance)
|
by Dleeree
Alternatives for "using"
|
|
[6 replies] Last: LOL (by againtry)
|
by ankurbatta
Is there any Alternate of <dos.h> ?
|
|
[4 replies] Last: uh, you have to include the required headers for stuff. If you want to... (by Duthomhas)
|
by mar99
C-string not accepting new input within switch case?
|
|
[2 replies] Last: Salem, thank you so much. I feel really dumb. I knew about that too. I... (by mar99)
|