
please wait
by demhat
what can I do?
|
what does the word 'branch' mean in computer language? I am studying C/C++ from a book and the book wants me to make a program which is called 'build your ow... |
Nov 26, 2023 at 10:30pm
[4 replies] Last: thank you guys (by demhat)
|
by Jonathan100
projects and files tracker
|
Hi folks, I am trying to find a simple and robust software tool to track my projects and files on Linux (Ubuntu) I am using git, but I am interested in t... |
Nov 23, 2023 at 1:50am
[7 replies] Last: Markdown editors available for Linux: https://itsfoss.com/best-markdo... (by deleted account xyzzy)
|
by dialer
!(f=fopen()) ?
|
Why do we need to use 'f=' when opening a file in this if statement? I should preface I have a variable on top called FILE *f=stdin; else if( ... |
Nov 21, 2023 at 2:37pm
[5 replies] Last: [quote=dialer]so you are saying if we want to do f.close() in the futu... (by keskiverto)
|
by sihaqqi
swapping arguments and erros
|
Hello, In the program below, I have three questions Question 1: If I swap the arguments in inputValidate function i.e., instead of: int inputValidate( i... |
Nov 21, 2023 at 2:30pm
[3 replies] Last: Code like: int winning_numbers = func( winning_numbers ); makes one ... (by keskiverto)
|
by riddler222
Help with text-based fighting game health bar
|
Ok so I've been messing with this all morning, and I fix one output and just break the others. I need this to end in 2 ways: player wins: HURRICANE KICK (... |
Nov 7, 2023 at 11:30am
[4 replies] Last: Consider: #include <iostream> #include <limits> using namespace std... (by seeplus)
|
by PressClass
I do not want to send my source file
|
I am using visual studio 2008. I want to share my program with others, but I do not want to send my source file. What file should I send and where can I find ... |
Nov 5, 2023 at 11:24pm
[4 replies] Last: Nope, .NET has no such thing as "static" builds. The EXE files (ass... (by kigar64551)
|