- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
Re: Hi, ExMachina. You have to write this: [CODE]#include<header_name.h>[/CODE] (ANGLE BRACKET: This form instructs the preprocessor to search for include files first along the path specified by the /I compiler option, then, when compiling from the command line, along the path specified by the INCLUDE environment variable.) or [CODE]#include"header_name.h"[/CODE] (DOUBLE QUOTATION … | |
![]() | Re: [QUOTE=Oritm;986837] In c++ i tried everything, a + a dot (in php) etc. Nothing seems to work.[/QUOTE] [CODE]#include<string>[/CODE] :) Ciao, Angelo |
Hi to all, I would like to optimize my programs compiled with Visual Studio 2008. I know there're flags to enable the instruction sets of CPUs (MMX, SSE, SSE2, ...). Can you please tell me how and where I have to insert these flags? Thanks in advance. | |
Hello to all. On the internet I often find many C/C++ source files together with a makefile with extension *.in. These files should be used to generate a configuration script with GNU Autoconf. I don't know how to use GNU Autoconf. Do you know how I can compile the source … |