by ssha422
Having trouble with getting a correct value from my return function
|
|
[3 replies] Last: that makes so much more sense! I can't believe i didn't notice that i ... (by ssha422)
|
by jannin
String
|
|
[3 replies] Last: [quote=jannin]Where is my mistake? (1) You haven't put your code in c... (by lastchance)
|
by FlipFloppe
WinInet HTTPS Post Request?
|
|
[9 replies] Last: I'm not sure, but it's possible that "HTTP Debugger" intercepts the HT... (by kigar64551)
|
by salaman125
.
|
|
[2 replies] Last: Perhaps as a starter, something like: #include <iostream> #include ... (by seeplus)
|
by rin103
vector<> function whale_talk
|
|
[6 replies] Last: Thank you so much! (by rin103)
|
by Thunderchook
Simple stuff... for the life of me can't see where I went wrong
|
|
[7 replies] Last: Okay, I'll give that a try. Many thanks. (by Thunderchook)
|
Across Apps and Sites. |
|
[3 replies] Last: good eyes. ^^ (by jonnin)
|
by Longbottom9
Question about memory management and pointer owernship
|
|
[5 replies] Last: I am trying to comprehend the concept of how pointers know who they a... (by jonnin)
|
by arr9999
Code completely ignoring my if statements
|
|
[1 reply] : Be aware that, for a "while" loop, you need either: while(condition) ... (by kigar64551)
|
by sito20
Displaying an error message using IF statement
|
|
[7 replies] Last: Salem C, Alright, thank you. I'll work on these conventions now, early... (by sito20)
|
by Durin
Competitive mathematics C++ sources
|
|
[5 replies] Last: bool isDiv16( int n ) { return !( n & 15 ); } (by lastchance)
|
by jlb
Isstream & ofstream.
|
|
[2 replies] Last: After ifstream(), add something like: if (!fin) return (std::co... (by seeplus)
|
by LillyEvison
Multiple input/outputs.
|
|
[2 replies] Last: Do you mean something like this: #include <iostream> constexpr siz... (by seeplus)
|
by LillyEvison
Void * func(void* arg)
|
|
[4 replies] Last: Passing arguments as void* is used in MPI all the time - but you have ... (by lastchance)
|
I can't solve make a sort of strings |
|
[3 replies] Last: I think I'm with @ne555 here. @nurrun1, please state your ORIGINAL pro... (by lastchance)
|
Recursion |
|
[1 reply] : Please use code tags when posting code so that the code is readable! ... (by seeplus)
|
by JulyMeier
Error codes.
|
|
[2 replies] Last: > C2676 - binary '>>': 'std::ostream' is the error code that am receiv... (by ne555)
|
by JulyMeier
using additional header and implementation files in a project with ‘header-imp-class’ configuration.
|
|
[1 reply] : > Header.h 5 Since line 4 would seem to be #include "House.h" havin... (by salem c)
|
by LakySimi1
Visual Studio very strange "hello world" error (1,2)
|
|
[33 replies] Last: TEST1 (as a global variable known at compile time) and TEST3 (by manda... (by lastchance)
|
by dorito200
Formatting a 2d array output
|
|
[3 replies] Last: Thank you AbstractionAnon, your idea worked, I also had to remove the ... (by dorito200)
|