I'm looking to build a pc suitable for Revit to do some small projects and was just wondering if it...
Month: October 2022
Hey, I'm finishing one project, and I encountered one strange problem. Grass betwen objects(walls) and the terrain is changing color....
The puzzling thing about this is that both revit links are saved in the same location, they are both not...
Ralph Schoch is part of the virtual design and construction (VDC) team at Victaulic and he was at Autodesk University...
A 143-year old pedestrian suspension bridge over the Machhu River in Morbi in the state of Gujarat, India, collapsed at...
Table of Contents: Program Description:What is Greatest Common Divisor (GCD)?Example Inputs and Outputs of Program:GCD Program Pre-Requisites:GCD of two numbers...
submitted by /u/silvematt Go to Source of this post Author Of this post: /u/silvematt Title Of post: I've written my...
I'm not sure why connect() is not working. Is there something wrong with my code? int main(int argc, char** argv)...
```c undefined8 FUN_00101169(int param_1,long param_2) { size_t sVar1; int local_20; int local_1c; if (param_1 == 2) { local_20 = 0;...
#include <stdio.h> int main(){ char myChar; char myString; scanf("%c", &myChar); // <-- leaves trailing newline fgets(myString,9, stdin); // <-- consumes...