by gsmehta7
first time installation. getting error ld. exe cannot find -lsprite
|
|
[6 replies] Last: I tested my C:B 20.03 install, twice creating a new project. 1st usin... (by deleted account xyzzy)
|
by kbklpl21
Failed usage of functions under chrono header
|
|
[9 replies] Last: Thank you again for your help! (by kbklpl21)
|
by ElleJay
while ((ch = getchar()) == ' ') equivalent in c++
|
|
[3 replies] Last: It's skipping spaces. When it finally reads a non-space, it returns th... (by dutch)
|
by pkdir
Reading fixed-format file (two delimiters)
|
|
[12 replies] Last: Yes that's the syntax, I also want to make sure it contains no invalid... (by pkdir)
|
by aliciabilbao
How to read only what comes after the comma from txt file
|
|
[2 replies] Last: Thank you! (by aliciabilbao)
|
by sparki
C++ Pointer to pointer arrays
|
|
[4 replies] Last: One more thing: int &temp = x; // temp is a reference, not a copy x =... (by keskiverto)
|
Recursive Function Reverse Integer |
|
[7 replies] Last: #include <iostream> using namespace std; int swivel( int x ) { in... (by lastchance)
|
by confundido
C++ Array of Linear Linked Lists (using different pointers?)
|
|
[2 replies] Last: They haven't said no... so maybe? (by confundido)
|
by markyrocks
Question about ntqueryprocessinformation?
|
|
[11 replies] Last: ok i gotcha. That is nice little trick. ty for all your help. (by markyrocks)
|
Getting Significant Figures During Division |
|
[1 reply] : I didn't bother to look at your "full code". Presumably first and seco... (by dutch)
|
by R0SsAN
Reading Memory for Anticheat
|
|
[2 replies] Last: Sounds like Rossan already did look up OS documentation (ReadProcessMe... (by Ganado)
|
Question about elapsed time! |
|
[5 replies] Last: Use mktime() to compute the time_t that corresponds to noon on each of... (by dhayden)
|
by KittyIchigo1
I don't understand what my assignment is asking me to do?
|
|
[15 replies] Last: My previous post was just some context as to 'what the user sees'. You... (by booradley60)
|
by almostdone
Returning to beginning of while loop halfway through?
|
|
[5 replies] Last: Hello almostdone, Any time.Glad it worked out for you. Andy (by Handy Andy)
|
by anarelle
Can heap variables have an identifier?
|
|
[2 replies] Last: Hello anarelle, I have never really tried this, but I believe you cou... (by Handy Andy)
|
by arczi w
Nested structs and the usage of this
|
|
[8 replies] Last: jonnin's answer is what I was looking for. Thank you! (by arczi w)
|
by makitos666
Raeding and searching byte array from file
|
|
[3 replies] Last: Yes, something like that. But you can move the find array outside the... (by salem c)
|
by stoneJax
Priority Queue
|
|
[4 replies] Last: Thanks for the clarification. Sounds like I need to read up on exactl... (by stoneJax)
|
by jtek679
if statements
|
|
[6 replies] Last: okay thank you that helps a lot (by jtek679)
|
by kbklpl21
Function not executing
|
|
[9 replies] Last: Hi MikeyBoy, Because when I tried to print something in the loop noth... (by kbklpl21)
|