Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~451 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for ExMachina

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 …

Member Avatar for Frederick2
0
170
Member Avatar for Oritm

[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

Member Avatar for Lerner
0
140
Member Avatar for Bezelis

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.

0
62
Member Avatar for Bezelis

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 …

0
79