CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: NeWoX

Search: Search took 0.02 seconds.

  1. Thread: VectorOperations

    by NeWoX
    Replies
    1
    Views
    854

    VectorOperations

    I want different operations to be done to all the numbers in an array using methods for each operation. I can't really point out where the errors are in the code.



    public class VektorOperations...
  2. Replies
    3
    Views
    2,703

    Re: Help with printing stars

    I still don't get it, I've tried to write down a psedo code but with no success. I can't find the logical error (i'm no "prog" pro :p) either as Keang mentioned, except for the obvious ones.

    The...
  3. Replies
    3
    Views
    2,703

    Help with printing stars

    hey, I can't get this program working;
    public class Uppgift2 {



    static void main(String[] args) {
    System.out.println("My Star Triangle");
    printChar('+', 16);
    ...
  4. Replies
    2
    Views
    2,433

    Re: Help with conditional statements

    I know exactly what you mean Henry. Thanks alot for the help!
  5. Replies
    2
    Views
    2,433

    Help with conditional statements

    Heya, i'm a pure swedish beginner at programming. I have certain difficulties to get a program working involving conditional operators/statements.
    The task is following:
    In order for a declaration...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured