Search:

Type: Posts; User: TeQno

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,787

    Loop doesn't seem to function properly

    #include <iostream>

    using namespace std;

    const int MAX_P = 4;
    const int MAX_C = 10;
    int inArray(int a[], int sc)
    {
    for(int i = 0; i < MAX_P; i++)
    {
  2. Replies
    7
    Views
    1,152

    You ment editplus i assume? But i've allready...

    You ment editplus i assume?

    But i've allready found a nicer editor then dev-cpp, MingW Developer Studio..
    Thx anyway
  3. Replies
    7
    Views
    1,152

    erhm where you type your code in is an editor,...

    erhm where you type your code in is an editor, the magic that creates your executables is a compiler
  4. Replies
    7
    Views
    1,152

    no an editor, i allready have a compiler (MingW)

    no an editor, i allready have a compiler (MingW)
  5. Replies
    7
    Views
    1,152

    Editor with good code completion

    I''m currently using dev-cpp, with great pleasure I might add. I'm just getting started with C++ (school...).
    But I'd like to know if theres some editor with better code completion. AFAIK dev-cpp...
  6. Replies
    3
    Views
    844

    whaha allright

    whaha allright
  7. Replies
    3
    Views
    844

    nevermind... i had to reinitialise the pointer to...

    nevermind... i had to reinitialise the pointer to a
  8. Replies
    3
    Views
    844

    Problem with this pointer

    I have the following code:


    #include <iostream>

    using namespace std;

    int main() {
    int a[10];
    int *p;
  9. Thread: Gl_translate

    by TeQno
    Replies
    4
    Views
    2,270

    thanks

    ah i see now thanks !
  10. Thread: Gl_translate

    by TeQno
    Replies
    4
    Views
    2,270

    so glTranslatef(0.0f, 0.0f, 0.0f); ...

    so


    glTranslatef(0.0f, 0.0f, 0.0f);


    will always but the point in the middle of the screen as it were?
  11. Thread: Gl_translate

    by TeQno
    Replies
    4
    Views
    2,270

    Gl_translate

    allright correct me if im wrong but:


    glTranslatef(3.0f, 0.0f, 0.0f);


    will move the entry (?) point 3 units to the right on the x (seen from 0.0) no matter if you drew another GL_TRIANGLE on...
  12. Thread: Math...

    by TeQno
    Replies
    4
    Views
    2,153

    thanx for the replies

    thanx guys tomorrow I'll take a deeper look into it (it's so quiet at work right now)


    // Pulsing Colors Based On Text Position...
  13. Thread: Math...

    by TeQno
    Replies
    4
    Views
    2,153

    Math...

    okay lets face it: I SUCK AT MATH...

    Im finally starting to get some grip on basic C programming and mad a step forward by starting the OpenGL tutorials @ NeHe (which are in my opinion very clear...
  14. Thread: removing a .

    by TeQno
    Replies
    10
    Views
    1,168

    thanks money I redid some things and it works...

    thanks money I redid some things and it works like a charm now :)
  15. Thread: removing a .

    by TeQno
    Replies
    10
    Views
    1,168

    it isnt the last .xxx i just want all the dots...

    it isnt the last .xxx

    i just want all the dots away, but i think im there thanks
  16. Thread: removing a .

    by TeQno
    Replies
    10
    Views
    1,168

    if (filenaam[i] != '.') { ...

    if (filenaam[i] != '.')
    {

    fprintf(tmpFile, filenaam[i])


    }


    allright.. now it says it makes a pointer from...
  17. Thread: removing a .

    by TeQno
    Replies
    10
    Views
    1,168

    @Shogun ? i thought i explained that, but i dont...

    @Shogun ? i thought i explained that, but i dont really think it matters WHY, but HOW.

    @moonwalker thanx ill try that
  18. Thread: removing a .

    by TeQno
    Replies
    10
    Views
    1,168

    I have to remove the .'s from a file first it...

    I have to remove the .'s from a file

    first it opens up a file
    writes its name into another file
    checks for .'s
    removes the .'s, except for the last one
    and renames the first file to the...
  19. Thread: removing a .

    by TeQno
    Replies
    10
    Views
    1,168

    removing a .

    hey, i did some searches at the forum, but was not quite satisfied with the solution it came up with


    #include <stdlib.h>
    #include <stdio.h>
    #include <string.h>

    #define TO_REMOVE .
    #define...
  20. Replies
    6
    Views
    1,346

    and so the homework is done :>

    see subject
  21. Thread: *Wanted*

    by TeQno
    Replies
    2
    Views
    1,213

    thanx

    yes the one from sunlight thanx m8!
  22. Thread: *Wanted*

    by TeQno
    Replies
    2
    Views
    1,213

    *Wanted*

    Hey all,
    Last week I was wondering around this forum and found a nice site with a tutorial about windows programming, it began with a messagebox and then a dialog with some controls where added,...
  23. Replies
    3
    Views
    1,092

    $

    in e.g. windows 2000 c$ represents a hidden share (the c partition)
  24. Thread: Html

    by TeQno
    Replies
    2
    Views
    2,067

    Haha was that all, thanks mate! I thought I was...

    Haha was that all, thanks mate! I thought I was going nuts :P
  25. Thread: Html

    by TeQno
    Replies
    2
    Views
    2,067

    Html

    I dont know if this is the right place to post this, but I'll give it a shot anyway,

    I have this HTML code


    <html>
    <head>

    <title>TEST</title>
    </head>
Results 1 to 25 of 69
Page 1 of 3 1 2 3