Beginners - November 2023

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...
[4 replies] Last: thank you guys (by demhat)
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...
[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( ...
[5 replies] Last: [quote=dialer]so you are saying if we want to do f.close() in the futu... (by keskiverto)
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...
[3 replies] Last: Code like: int winning_numbers = func( winning_numbers ); makes one ... (by keskiverto)
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 (...
[4 replies] Last: Consider: #include <iostream> #include <limits> using namespace std... (by seeplus)
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 ...
[4 replies] Last: Nope, .NET has no such thing as "static" builds. The EXE files (ass... (by kigar64551)
  Archived months: [oct2023] [dec2023]

This is an archived page. To post a new message, go to the current page.