syntax

  1. A

    NEW C Programming Learner...HELP Required

    Guyz...im learning programming for the first time...am learning programming in C ...in college they use the TURBO C/C++ (Borland)Compiler...but this does not run on my computer with Windows 64bit...so can any1 of u suggest alternate compilers...and pls give name of those compiler in which the...
  2. RBX

    Minor Project : Text Editor in Java with Syntax Highlighting

    We've been asked to work on a Minor Project and the only thing I've been able to think up of is a Text Editor (which should be pretty simple) with Syntax Highlighting. I'm not sure how it could be done but will surely figure out a way to do it in following months. All I'd like to ask is the...
  3. A

    Problem with Python Shell

    Whenever i use the print statement it returns a syntax error.What should I do? Python 3.2 (r32:88445, Feb 20 2011, 21:30:00) [MSC v.1500 64 bit (AMD64)] on win32 Type "copyright", "credits" or "license()" for more information. >>> print 52*4 SyntaxError: invalid syntax >>> print 52...
  4. R

    error launching setups

    Its been few days, i am facing a new problem .The setup cant be extracted .There comes few error messages ,"Install process has been stopped because oferrors in unpacker procedure " and also "the filename ,directory name, volume label syntax is incorrect". please help me out .I tried...
  5. naveen_reloaded

    WP theme Editing gone wrong... Help

    hi guys.. i edited a theme for my taste.. now i am getting parse syntax error... here is thr code .. please help me guys <?php get_header(); ?> <div id="content"> <div class="featured"> <div class="top"></div> <div class="mid"><?php include (ABSPATH ...
  6. victor_rambo

    Highlighting code syntax in Wordpress blog posts [tutorial]

    This one is sought after by most web developers when they need to write code and have it displayed properly with syntax highlighting. Eg: When I post a PHP code, you can see it highlighted as below: <?php function sayHelloWorld() { echo "Hello World!"; } sayHelloWorld(); //outputs 'Hello world'...
  7. P

    C/C++ Programming

    Related to pow() function in C/C++. The Syntax is : pow(x,y). If the y part of the function is a fraction it gives an error. What should be the Syntax for such a function that there is no error?
  8. L

    jpg file load in C/C++

    Hi, I have to program a fft function, which i/ps and image and calculates the fft/ifft of the image... I would like to know the syntax for loading a jpg file in the desired format, like the RGB components separated please... thks, cedance.
  9. C

    SQL syntax book

    Anybody can suggest me a good, easy to understand syntax book for SQL, VB? I mean just the syntax... not the whole bla..bla..
  10. L

    what next?

    all right. i ve been through with all the discourses that i must know my languages(read: syntax!) right if i want to become an expert programmer. fine i ve gone through loads of C ,C++ material on the net not to forget the 800 pages books like complete reference,primer,data structures for two...
Top Bottom