by Cambalinho
without windows functions, can i get the key state?
|
|
[4 replies] Last: this looks like gaming stuff. gaming stuff may prefer to use directin... (by jonnin)
|
by QueenJJ
Classes
|
|
[2 replies] Last: > the string should be duplicated “i”times ¿so "a" * 3 will giv... (by ne555)
|
by kimikimy
Searching thru files
|
|
[5 replies] Last: Well searching through Temp.txt is going to be a right royal PITA beca... (by salem c)
|
by glixy
lab assignment help (functions & arrays)
|
|
[1 reply] : [quote=glixy]This is what I have so far. Nah. You took it from here,... (by lastchance)
|
by hshshsm33122
how to create a multi vulnerable code with info leaks in windows 10?
|
|
[2 replies] Last: Cross-posted: https://stackoverflow.com/questions/60717376/how-to-crea... (by deleted account xyzzy)
|
by Scarletpimp
How do I copy the structure which has both string and integer into a char array in C++?
|
|
[9 replies] Last: oh, he said char array in the title but used string; mine won't work w... (by jonnin)
|
Why isn't this string comparison working? |
|
[13 replies] Last: Make a completely new project, then paste in the code in jlb's post. C... (by Ganado)
|
by julie2019
Unwritten article about checking the Small Device C Compiler
|
|
[no replies]
|
by doggi
undefined reference to `jsonxx::Object::Object()'
|
|
[15 replies] Last: I figured out that had to use cmake. It worked! Thank you everyone! (by doggi)
|
How to access elements of a const char* |
|
[2 replies] Last: #include <iostream> char GetLetterByIndex(const char *inputString, ... (by fewdiefie)
|
by nekim321
Converting file handling to linked list
|
|
[5 replies] Last: struct Node { int data; // for example Node *pNext;... (by fewdiefie)
|
Why doesn't a static cast work here? |
|
[2 replies] Last: static_cast<new_type>(expression) 2) If new_type is a pointer or re... (by fewdiefie)
|
by zongul
You cannot use 32-bit time_t (_USE_32BIT_TIME_T) with _WIN64
|
|
[2 replies] Last: The error is saying that _USE_32BIT_TIME_T is defined (but why?) somew... (by dutch)
|
by lumbeezl
Using multiple cores
|
|
[9 replies] Last: @dhayden's point is key here, so I'd like to underscore it a bit. Som... (by Niccolo)
|
by hmarid
From QBASIC to C++
|
|
[4 replies] Last: Yes it is mine ! Thank you . I appreciate your help. Solved (by hmarid)
|
by kassandra
help with function str cmp
|
|
[2 replies] Last: It would be a lot easier to read this code if you used S1 and S2 ins... (by dhayden)
|
How to concatenate two const char*? |
|
[3 replies] Last: Pretty unlikely he meant that. Here's a good tip for the future; we c... (by Repeater)
|
How to convert an object to a string? |
|
[2 replies] Last: But this isn't working. How do I fix this? In your particular code... (by Repeater)
|
by Kitsunetsuki
Running clock? Subtracting gas?
|
|
[3 replies] Last: clock_t begin_time = clock(); //note: not a constant while (1) { c =... (by ne555)
|
any ideas |
|
[3 replies] Last: You can fake an array using a linked list. struct s{int v; int loc; st... (by salem c)
|