Getting errors when i'm using scanf |
|
[4 replies] Last: Thanks for help, i resolved. Have a good night! (by simpleScript2k20)
|
by kboeser83
Getting errors when using enum
|
|
[7 replies] Last: #include <iostream> #include <string> int main() { std::string c... (by againtry)
|
by Dee5
Java to c++
|
|
[13 replies] Last: Do you need to get your strings stored in an array of sort or not? Sho... (by Enoizat)
|
by BBrandon
How do you solve these problems using algorithms
|
|
[12 replies] Last: is robot posting spam link with gibberish AI generated nonsense floati... (by jonnin)
|
by marhuum
MS vc library that apart between directory path
|
|
[7 replies] Last: Some of the built-in commands are still awful at accepting /, e.g. ty... (by Ganado)
|
by volang
SOCKET Sending data
|
|
[7 replies] Last: Thanks for answers) (by Bra599)
|
by Dee5
Finding and replacing duplicates in string (1,2)
|
|
[37 replies] Last: nameslist is an array, it does not have a a "nameslist.length". Use no... (by Ganado)
|
by Slee p
How to store string in array?
|
|
[3 replies] Last: You should be doing something like this. Note that I made a few change... (by againtry)
|
by fewdiefie
can't print unicode characters
|
|
[4 replies] Last: I do not know if the limitation existed in previous versions. Setting ... (by Duthomhas)
|
by Rami Mokg
Please help Debug this program for me
|
|
[1 reply] : Welcome! If you want help, help us a bit. put it in code tags <> on t... (by jonnin)
|
by Dee5
Puzzle hrlp (1,2)
|
|
[26 replies] Last: @Dee5, if you change vector<string> grid(N); for ( int i = 0; i... (by lastchance)
|
I am making a program to take no. of test cases from user and then input in linked list and print them. |
|
[1 reply] : The problem is this: if(head1==NULL) It should be if(head1!=NULL... (by coder777)
|
by jonnin
for Dutch vectored tree
|
|
[5 replies] Last: Ah, yes, it is indeed a very useful way to organize a tree, especially... (by Duthomhas)
|
by Mathhead200
Weird std::map problem (1,2)
|
|
[28 replies] Last: What a surprise - a pink slip - a Red Shift. (by againtry)
|
by SaltySwann
if statements with strings not returning true and entering if statement
|
|
[2 replies] Last: cool thank you (by SaltySwann)
|
by denbja9
dir_socket
|
|
[18 replies] Last: Did it work? (by salem c)
|
by zongul
Unresolved external symbol
|
|
[2 replies] Last: > unresolved external symbol _WinMain@16 iirc, that happens when you d... (by ne555)
|
by scorp08
Help for typedef arrays
|
|
[6 replies] Last: vptr is a pointer. it is a 'word sized' integer, nothing more. wor... (by jonnin)
|
by julie2019
C++ on a Watch
|
|
[no replies]
|
by zongul
'[': is not a member of 'GwDynArray
|
|
[5 replies] Last: Is the access to operator correct? I commented the two operator functi... (by zongul)
|