Beginners - September 2017 (Page 18)

First c plus plus program.
 
/* | | My name is Cai Penghui, I am from | China. This is the first time I learn | cp...
[9 replies] Last: I see we've all been reported. OP throwing a tantrum, or some other j... (by MikeyBoy)
punchline code:
 
Hello everyone I need help with my code please: I can get it to run and compile. The issues is when ...
[7 replies] Last: Hello FSUNole34, You are welcome. You may find that this code may cl... (by Handy Andy)
why c# is faster at this?
 
this is c++: #include "stdafx.h" #include <iostream> #include <conio.h> using namespace std...
[4 replies] Last: you are doing something that is killing C++’s performance what wo... (by parvizwpf)
I am finding it very difficult to read the documentations
 
I am finding it very difficult to read the documentations from this website, For example,I read ...
[2 replies] Last: I would recommend the links JLBorges posted. Also nowadays you're not ... (by Uk Marine)
how to set a breakpoint with boost library
 
I would like to add a breakpoint to put the code in BOOST_AUTO_TEST_CASE(first_test) on hold , but...
[3 replies] Last: You mean std::cin.get() . And std::system("pause") .... (by mbozzi)
Help with dynamic array/pointer return. Feel like an idiot
 
All, 1. Yes I'm super new. 2. Yes,this is partially a sanity check for a homework related questi...
[4 replies] Last: Chervil, You are absolutely correct. Gotta love Visual Studio. I cre... (by CapitalJeep)
C++ Homework Question
 
I'm doing an assignment for my C++ class and I've run into a problem writing a simple program that f...
[2 replies] Last: Thanks so much! (by AlexanderGreen)
Thread safety
 
Hi i'm new to programming and trying out some multithreading scenarios. I'm creating 2 threads , ...
[5 replies] Last: > If the container updates the size last, it should be fine. When it... (by JLBorges)
Crosscasting - why and how in the world does it work??
 
I'm currently reading through a C++ course and I got to a point where they give an example of using ...
[3 replies] Last: > some different compiler might behave differently if given this The... (by JLBorges)
Boost acceptor on existing live sockets
 
I am new to network programming. I've started by creating a class to accept connections using Boos...
[7 replies] Last: Thanks. (by kbw)
What does this mean?
 
I was reading an example code and I found this , what is the meaning of what is written in parenthes...
[4 replies] Last: It's a default argument that will be used if you don't pass in anythin... (by Uk Marine)
by paulm
strtod() to extract multiple values from string
 
Hi, Via a peripheral device I receive a string consisting of 8 temperatures. The string has a lea...
[4 replies] Last: That's a good call, Chervil. That way I can prevent the code from gett... (by paulm)
Reading file using getline
 
Hi, I have an issue with reading from file using getline. I know what the issue is just not how t...
[3 replies] Last: Wow! Thanks guys :) that was way better than I expected, truly gratef... (by Anders Ekdahl)
by Kuluoz
Find string at UNICODE buffer using MEMCMP
 
unsigned char *buffer =NULL; char findstring = "cplusplus" buffer = function_to_ADD(starting_addres...
[1 reply] : you don't want to convert ascii to unicode. first, findstring is a ... (by jonnin)
Problem reading/writing binary file.
 
I have a script that dumps class info into a binary file, then another script that retrieves it. ...
[6 replies] Last: I posted on StackOverflow and somebody pointed out that I hadn't decla... (by chokfull)
Music
 
How can I have a song play in the background of my program ?
[1 reply] : C++ by itself does not assume you have a monitor, or fancy graphics. Y... (by Ganado)
Finding C++ & java idea for programming
 
hi all. i am c# programmer (windows forms). and i started any java & c++ exercises any weeks ago. ...
[14 replies] Last: Since the OP knows C# and wants to learn C++, C++/CLR seemed to be a ... (by parvizwpf)
c++ problem
 
Im stuck here with a problem i get the errors that says Hw1a.cpp:(.text+0x41): undefined referenc...
[3 replies] Last: Hello beginnercoder1, PLEASE ALWAYS USE CODE TAGS (the <> formatting ... (by Handy Andy)
possible to dry up code without the use of functions
 
Write a command line game that plays a simplified version of blackjack where we don’t worry about ...
[8 replies] Last: > my professor did not want us to use functions for this particular as... (by JLBorges)
how create themselves ide every great company?
 
how every great companies such as adobe,auto desk,siemens and .... create own beauty IDE? are those ...
[10 replies] Last: thanks friends and thanks and thanks for your help. i certainly search... (by parvizwpf)
September 2017 Pages: 1... 161718192021
  Archived months: [aug2017] [oct2017]

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